From: Anas Nashif Date: Tue, 10 Sep 2013 17:11:53 +0000 (-0400) Subject: remove --target from %configure macros X-Git-Tag: tizen/4.11.0.1.tizen20140530~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b487cf52540482d93f586676eec3c08d087d340f;p=tools%2Flibrpm-tizen.git remove --target from %configure macros The target will be determined automatically by the configure scripts instead of forcing it to be %target_platform of RPM. Change-Id: I2284de77c28c4d0c7a9e1a9f819f5861eb5b74a0 Signed-off-by: Anas Nashif --- diff --git a/packaging/rpm-tizen_macros b/packaging/rpm-tizen_macros index 09b622560..ad0bc92ec 100644 --- a/packaging/rpm-tizen_macros +++ b/packaging/rpm-tizen_macros @@ -68,7 +68,6 @@ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ ./configure --build=%{_build} --host=%{_host} \\\ - --target=%{_target_platform} \\\ --program-prefix=%{?_program_prefix} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ @@ -91,7 +90,6 @@ FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ autoreconf -v --install --force || exit 1 \ ./configure --build=%{_build} --host=%{_host} \\\ - --target=%{_target_platform} \\\ --program-prefix=%{?_program_prefix} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ @@ -112,7 +110,6 @@ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ ./autogen.sh --build=%{_build} --host=%{_host} \\\ - --target=%{_target_platform} \\\ --program-prefix=%{?_program_prefix} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\