diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 14:35:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 14:35:54 +0000 |
commit | d407b287c95a26b4f781ce0664de141bc35a1170 (patch) | |
tree | e0b6f2c4a708a4adc4d617f183756998549f1ff4 /macros.in | |
parent | 4b9a2e7258a0ea307bb631a0fbc5a0b0564a1830 (diff) | |
download | rpm-setup-d407b287c95a26b4f781ce0664de141bc35a1170.tar rpm-setup-d407b287c95a26b4f781ce0664de141bc35a1170.tar.gz rpm-setup-d407b287c95a26b4f781ce0664de141bc35a1170.tar.bz2 rpm-setup-d407b287c95a26b4f781ce0664de141bc35a1170.tar.xz rpm-setup-d407b287c95a26b4f781ce0664de141bc35a1170.zip |
Add a macro to list all sparc-compatible archs (Per Øyvind Karlsen)
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ %ix86 i386 i486 i586 i686 pentium3 pentium4 athlon k6 +%sunsparc sparcv8 sparcv9 sparc64 sun4 sun4m sun4c sun4d + # common compilation flags %__common_cflags -O2 %{debugcflags} -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions |