diff options
author | Christiaan Welvaart <cjw@time4t.net> | 2015-07-07 20:36:26 +0200 |
---|---|---|
committer | Christiaan Welvaart <cjw@time4t.net> | 2015-07-07 20:36:26 +0200 |
commit | 1ee5444d6f61b9dadca2e63defc8ba706a4d6035 (patch) | |
tree | ffd1c37c83d80f1713c129c89aa534f679f7ba1a /rpmrc.in | |
parent | d7f1b5b54d391e75217e19e021b0c63e40eab60d (diff) | |
download | rpm-setup-1ee5444d6f61b9dadca2e63defc8ba706a4d6035.tar rpm-setup-1ee5444d6f61b9dadca2e63defc8ba706a4d6035.tar.gz rpm-setup-1ee5444d6f61b9dadca2e63defc8ba706a4d6035.tar.bz2 rpm-setup-1ee5444d6f61b9dadca2e63defc8ba706a4d6035.tar.xz rpm-setup-1ee5444d6f61b9dadca2e63defc8ba706a4d6035.zip |
Drop -fPIC from x86-64 optflags - this option should only be used for code that ends up in a shared library.
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} -fPIC -optflags: amd64 %{__common_cflags_with_ssp} -fPIC -optflags: ia32e %{__common_cflags_with_ssp} -fPIC +optflags: x86_64 %{__common_cflags_with_ssp} +optflags: amd64 %{__common_cflags_with_ssp} +optflags: ia32e %{__common_cflags_with_ssp} optflags: ia64 %{__common_cflags} |