commit e9eb4e5f34ce3a77833a748893685c6d52726fd1
Author: Jan Rękorajski <[email protected]>
Date: Mon Oct 12 00:54:31 2020 +0200
- drop -flto, it's too brittle and breaks building rpm
rpmrc | 92 +++++++++++++++++++++++++++++++++----------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
---
diff --git a/rpmrc b/rpmrc
index e825a58..8957083 100644
--- a/rpmrc
+++ b/rpmrc
@@ -3,58 +3,58 @@ include: /usr/lib/rpm/rpmrc
#############################################################
# Values for RPM_OPT_FLAGS for various platforms
-optflags: alpha %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -mieee %{!?nospecflags:%{?specflags_alpha}}
-optflags: alphaev5 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -mieee -mcpu=ev5 %{!?nospecflags:%{?specflags_alpha}
%{?specflags_alphaev5}}
-optflags: alphaev56 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -mieee -mcpu=ev56 %{!?nospecflags:%{?specflags_alpha}
%{?specflags_alphaev56}}
-optflags: alphaev6 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -mieee -mcpu=ev6 %{!?nospecflags:%{?specflags_alpha}
%{?specflags_alphaev6}}
-optflags: alphaev67 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -mieee -mcpu=ev67 %{!?nospecflags:%{?specflags_alpha}
%{?specflags_alphaev67}}
-optflags: alphapca56 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -mieee -mcpu=pca56 %{!?nospecflags:%{?specflags_alpha}
%{?specflags_alphapca56}}
-
-optflags: aarch64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} %{!?nospecflags:%{?specflags_aarch64}}
-optflags: riscv64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=rv64imafdc -mabi=lp64d
%{!?nospecflags:%{?specflags_riscv64}}
-
-optflags: armv6j %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=armv6j -mfpu=vfp -mfloat-abi=hard
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm6j}}
-optflags: armv7l %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm7l}}
-optflags: armv7hl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=armv7-a -mfloat-abi=hard
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm7hl}}
-optflags: armv7hnl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} %{?!_disable_neon:-mfpu=neon-vfpv4} -march=armv7-a
-mfloat-abi=hard %{!?nospecflags:%{?specflags_arm} %{?specflags_arm7hnl}}
-optflags: armv8l %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=armv8-a -mfloat-abi=softfp -mfpu=vfpv3-d16
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm8l}}
-optflags: armv8hl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=armv8-a -mfloat-abi=hard
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm8hl}}
-optflags: armv8hnl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} %{?!_disable_neon:-mfpu=neon-vfpv4} -march=armv8-a
-mfloat-abi=hard %{!?nospecflags:%{?specflags_arm} %{?specflags_arm8hnl}}
-optflags: armv8hcnl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} %{?!_disable_neon:-mfpu=neon-vfpv4}
-march=armv8-a+crypto -mfloat-abi=hard %{!?nospecflags:%{?specflags_arm}
%{?specflags_arm8hcnl}}
-
-optflags: athlon %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32}
%{?!_disable_lto:-flto} -march=athlon -fasynchronous-unwind-tables
%{!?nospecflags:%{?specflags_ia32} %{?specflags_athlon}}
-optflags: geode %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32}
%{?!_disable_lto:-flto} -march=geode -fasynchronous-unwind-tables
%{!?nospecflags:%{?specflags_ia32} %{?specflags_geode}}
-optflags: i386 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32}
%{?!_disable_lto:-flto} -march=i386 -mtune=generic -fasynchronous-unwind-tables
%{!?nospecflags:%{?specflags_ia32:} %{?specflags_i386}}
-optflags: i486 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32}
%{?!_disable_lto:-flto} -march=i486 -fasynchronous-unwind-tables
%{!?nospecflags:%{?specflags_ia32} %{?specflags_i486}}
-optflags: i586 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer -mtune=generic}%{!?__common_cflags_with_ssp:-O2 -g -m32}
%{?!_disable_lto:-flto} -march=i586 -fasynchronous-unwind-tables
%{!?nospecflags:%{?specflags_ia32} %{?specflags_i586}}
-optflags: i686 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32 -mtune=generic}
%{?!_disable_lto:-flto} -march=i686 -fasynchronous-unwind-tables
-mtune=pentium4 %{!?nospecflags:%{?specflags_ia32} %{?specflags_i686}}
-optflags: pentium3 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32}
%{?!_disable_lto:-flto} -march=pentium3 -fasynchronous-unwind-tables
%{!?nospecflags:%{?specflags_ia32} %{?specflags_pentium3}}
-optflags: pentium4 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32}
%{?!_disable_lto:-flto} -march=pentium4 -fasynchronous-unwind-tables
%{!?nospecflags:%{?specflags_ia32} %{?specflags_pentium4}}
-
-optflags: ia64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} %{!?nospecflags:%{?specflags_ia64}}
-
-optflags: mips %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=mips3 %{!?nospecflags:%{?specflags_mips}}
-optflags: mipsel %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_lto:-flto} -march=mips3 -mtune=loongson2f
%{!?nospecflags:%{?specflags_mipsel}}
-
-optflags: ppc64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m64
-mminimal-toc %{!?nospecflags:%{?specflags_ppc64}}}
-optflags: ppc64iseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m64
-mminimal-toc %{!?nospecflags:%{?specflags_ppc64}}}
-optflags: ppc64pseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m64
-mminimal-toc %{!?nospecflags:%{?specflags_ppc64}}}
-optflags: ppc %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m32
-fsigned-char %{!?nospecflags:%{?specflags_ppc}}}
-optflags: ppciseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m32
%{!?nospecflags:%{?specflags_ppc}}}
-optflags: ppcpseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m32
%{!?nospecflags:%{?specflags_ppc}}}
-
-optflags: s390 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m31
%{!?nospecflags:%{?specflags_s390}}
-optflags: s390x %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} %{?!_disable_lto:-flto} -m64
%{!?nospecflags:%{?specflags_s390x}}
+optflags: alpha %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -mieee
%{!?nospecflags:%{?specflags_alpha}}
+optflags: alphaev5 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -mieee -mcpu=ev5
%{!?nospecflags:%{?specflags_alpha} %{?specflags_alphaev5}}
+optflags: alphaev56 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -mieee -mcpu=ev56
%{!?nospecflags:%{?specflags_alpha} %{?specflags_alphaev56}}
+optflags: alphaev6 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -mieee -mcpu=ev6
%{!?nospecflags:%{?specflags_alpha} %{?specflags_alphaev6}}
+optflags: alphaev67 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -mieee -mcpu=ev67
%{!?nospecflags:%{?specflags_alpha} %{?specflags_alphaev67}}
+optflags: alphapca56 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -mieee -mcpu=pca56
%{!?nospecflags:%{?specflags_alpha} %{?specflags_alphapca56}}
+
+optflags: aarch64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{!?nospecflags:%{?specflags_aarch64}}
+optflags: riscv64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=rv64imafdc
-mabi=lp64d %{!?nospecflags:%{?specflags_riscv64}}
+
+optflags: armv6j %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=armv6j
-mfpu=vfp -mfloat-abi=hard %{!?nospecflags:%{?specflags_arm}
%{?specflags_arm6j}}
+optflags: armv7l %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=armv7-a
-mfloat-abi=softfp -mfpu=vfpv3-d16 %{!?nospecflags:%{?specflags_arm}
%{?specflags_arm7l}}
+optflags: armv7hl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=armv7-a
-mfloat-abi=hard %{!?nospecflags:%{?specflags_arm} %{?specflags_arm7hl}}
+optflags: armv7hnl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_neon:-mfpu=neon-vfpv4} -march=armv7-a -mfloat-abi=hard
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm7hnl}}
+optflags: armv8l %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=armv8-a
-mfloat-abi=softfp -mfpu=vfpv3-d16 %{!?nospecflags:%{?specflags_arm}
%{?specflags_arm8l}}
+optflags: armv8hl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=armv8-a
-mfloat-abi=hard %{!?nospecflags:%{?specflags_arm} %{?specflags_arm8hl}}
+optflags: armv8hnl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_neon:-mfpu=neon-vfpv4} -march=armv8-a -mfloat-abi=hard
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm8hnl}}
+optflags: armv8hcnl %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{?!_disable_neon:-mfpu=neon-vfpv4} -march=armv8-a+crypto -mfloat-abi=hard
%{!?nospecflags:%{?specflags_arm} %{?specflags_arm8hcnl}}
+
+optflags: athlon %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32} -march=athlon
-fasynchronous-unwind-tables %{!?nospecflags:%{?specflags_ia32}
%{?specflags_athlon}}
+optflags: geode %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32} -march=geode
-fasynchronous-unwind-tables %{!?nospecflags:%{?specflags_ia32}
%{?specflags_geode}}
+optflags: i386 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32} -march=i386
-mtune=generic -fasynchronous-unwind-tables %{!?nospecflags:%{?specflags_ia32:}
%{?specflags_i386}}
+optflags: i486 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32} -march=i486
-fasynchronous-unwind-tables %{!?nospecflags:%{?specflags_ia32}
%{?specflags_i486}}
+optflags: i586 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer -mtune=generic}%{!?__common_cflags_with_ssp:-O2 -g -m32}
-march=i586 -fasynchronous-unwind-tables %{!?nospecflags:%{?specflags_ia32}
%{?specflags_i586}}
+optflags: i686 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32 -mtune=generic}
-march=i686 -fasynchronous-unwind-tables -mtune=pentium4
%{!?nospecflags:%{?specflags_ia32} %{?specflags_i686}}
+optflags: pentium3 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32} -march=pentium3
-fasynchronous-unwind-tables %{!?nospecflags:%{?specflags_ia32}
%{?specflags_pentium3}}
+optflags: pentium4 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g -m32} -march=pentium4
-fasynchronous-unwind-tables %{!?nospecflags:%{?specflags_ia32}
%{?specflags_pentium4}}
+
+optflags: ia64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g}
%{!?nospecflags:%{?specflags_ia64}}
+
+optflags: mips %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=mips3
%{!?nospecflags:%{?specflags_mips}}
+optflags: mipsel %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fomit-frame-pointer}%{!?__common_cflags_with_ssp:-O2 -g} -march=mips3
-mtune=loongson2f %{!?nospecflags:%{?specflags_mipsel}}
+
+optflags: ppc64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m64 -mminimal-toc
%{!?nospecflags:%{?specflags_ppc64}}}
+optflags: ppc64iseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m64 -mminimal-toc
%{!?nospecflags:%{?specflags_ppc64}}}
+optflags: ppc64pseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m64 -mminimal-toc
%{!?nospecflags:%{?specflags_ppc64}}}
+optflags: ppc %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m32 -fsigned-char
%{!?nospecflags:%{?specflags_ppc}}}
+optflags: ppciseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m32
%{!?nospecflags:%{?specflags_ppc}}}
+optflags: ppcpseries %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m32
%{!?nospecflags:%{?specflags_ppc}}}
+
+optflags: s390 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m31
%{!?nospecflags:%{?specflags_s390}}
+optflags: s390x %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m64
%{!?nospecflags:%{?specflags_s390x}}
optflags: sparc %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m32 -mcpu=v7 -mtune=ultrasparc
%{!?nospecflags:%{?specflags_sparc}}
optflags: sparcv9 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m32 -mcpu=ultrasparc
%{!?nospecflags:%{?specflags_sparc}}
optflags: sparc64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g} -m64 -mcpu=ultrasparc
%{!?nospecflags:%{?specflags_sparc64}}
-optflags: x32 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -mx32} %{?!_disable_lto:-flto}
-mtune=generic -march=x86-64 %{!?nospecflags:%{?specflags_x32}}
+optflags: x32 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -mx32} -mtune=generic -march=x86-64
%{!?nospecflags:%{?specflags_x32}}
-optflags: amd64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -m64} %{?!_disable_lto:-flto}
-march=x86-64 -mtune=generic %{!?nospecflags:%{?specflags_x86_64}}
-optflags: ia32e %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -m64} %{?!_disable_lto:-flto}
-march=x86-64 -mtune=generic %{!?nospecflags:%{?specflags_x86_64}}
-optflags: x86_64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -m64} %{?!_disable_lto:-flto}
-march=x86-64 -mtune=generic %{!?nospecflags:%{?specflags_x86_64}}
+optflags: amd64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -m64} -march=x86-64 -mtune=generic
%{!?nospecflags:%{?specflags_x86_64}}
+optflags: ia32e %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -m64} -march=x86-64 -mtune=generic
%{!?nospecflags:%{?specflags_x86_64}}
+optflags: x86_64 %{?__common_cflags_with_ssp:%{__common_cflags_with_ssp}
-fPIC}%{!?__common_cflags_with_ssp:-O2 -g -m64} -march=x86-64 -mtune=generic
%{!?nospecflags:%{?specflags_x86_64}}
#############################################################
# For a given uname().machine, the default build arch
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/e9eb4e5f34ce3a77833a748893685c6d52726fd1
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit