diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-07-26 10:53:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-07-26 10:53:42 +0000 |
commit | c42396d71850838d79072d8030976fcf94bff14c (patch) | |
tree | c64435039f04b0a97787efdc0fee68c5c54d1ecb /rpmrc.in | |
parent | 57b71fb8c5035b612a035600602c9a30e89895a1 (diff) | |
download | rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar.gz rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar.bz2 rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.tar.xz rpm-setup-c42396d71850838d79072d8030976fcf94bff14c.zip |
build with -fPIC on x86_64 too (pok, mdv)
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,9 +14,9 @@ optflags: athlon %{__common_cflags_with_ssp} -fomit-frame-pointer -march=athlon optflags: pentium3 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium3 -fasynchronous-unwind-tables optflags: pentium4 %{__common_cflags_with_ssp} -fomit-frame-pointer -march=pentium4 -fasynchronous-unwind-tables -optflags: x86_64 %{__common_cflags_with_ssp} -optflags: amd64 %{__common_cflags_with_ssp} -optflags: ia32e %{__common_cflags_with_ssp} +optflags: x86_64 %{__common_cflags_with_ssp} -fPIC +optflags: amd64 %{__common_cflags_with_ssp} -fPIC +optflags: ia32e %{__common_cflags_with_ssp} -fPIC optflags: ia64 %{__common_cflags} |