SHA256
1
0
forked from pool/emacs
Dr. Werner Fink 2010-04-27 14:24:27 +00:00 committed by Git OBS Bridge
parent 51c4bf6fc4
commit 29760572b0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 27 16:19:58 CEST 2010 - werner@suse.de
- Avoid segfault with newer gcc 4.5.0, see Emacs bug #6031 on
debbugs.gnu.org
-------------------------------------------------------------------
Mon Apr 5 18:32:53 CEST 2010 - ro@suse.de

View File

@ -307,6 +307,7 @@ LDFLAGS=
cflags -Wno-unused-variable CFLAGS
cflags -Wno-unused-label CFLAGS
cflags -Wno-unprototyped-calls CFLAGS
cflags -fno-optimize-sibling-calls CFLAGS
cflags -Wl,-O2 LDFLAGS
cflags -Wl,--hash-size=65521 LDFLAGS
%ifarch ia64