]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- fix flags
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 7 Jul 2009 06:17:34 +0000 (06:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.829

glibc.spec

index cad339a61ad265b100e0bbf73b2903dd23748524..5d52b5f8dcf310f214d787f8a4d2df4ab295a871 100644 (file)
@@ -125,9 +125,6 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # avoid -D_FORTIFY_SOURCE=X
 %define                filterout_cpp           -D_FORTIFY_SOURCE=[0-9]+
 
-# should be for all arches but for us works only on x86_64
-%define                specflags_x86_64        -fasynchronous-unwind-tables
-
 %define                specflags_sparc64       -mcpu=ultrasparc -mvis -fcall-used-g6
 
 # ld.so needs not to be stripped to work
@@ -142,8 +139,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # Xen-friendly glibc
 %define                specflags_ia32          -mno-tls-direct-seg-refs
-%define                specflags_x86_64        -mno-tls-direct-seg-refs
-%define                specflags_amd64         -mno-tls-direct-seg-refs
+%define                specflags_x86_64        -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
+%define                specflags_amd64         -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
 %define                specflags_ia32e         -mno-tls-direct-seg-refs
 
 # we don't want perl dependency in glibc-devel
This page took 0.038006 seconds and 4 git commands to generate.