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
This commit is contained in:
parent
f2e3413ddb
commit
c9d2ffe123
1
macros
1
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} \\\
|
||||
|
Loading…
Reference in New Issue
Block a user