From c9d2ffe12342fb6dee7d45584a986cc049fb9a01 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Jan 22 2010 13:39:38 +0000 Subject: Don't set --target in %configure (#458648) - --target is only ever useful for handful of compiler toolchain packages and cross-compiler packages are better off setting it themselves if necessary, rpm messing here only gets in the way - patch originally from Stepan Kasal --- diff --git a/macros b/macros index 6c7d7ef..e8087bc 100644 --- a/macros +++ b/macros @@ -33,7 +33,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} \\\