SHA256
1
0
forked from pool/glibc

- don't use -fasynchronous-unwind-tables on arm, it breaks the build

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=111
This commit is contained in:
Dirk Mueller 2011-09-27 12:08:28 +00:00 committed by Git OBS Bridge
parent 431e91e3ae
commit 8da4ab6251
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,11 @@ Tue Sep 27 11:24:02 UTC 2011 - aj@suse.de
- Add glibc-2.14-fix-ctors.patch to run ctors (bnc#717671), gcc 4.6
optimized these away.
-------------------------------------------------------------------
Mon Sep 26 12:30:09 UTC 2011 - adrian@suse.de
- don't use -fasynchronous-unwind-tables on arm, it breaks the build
-------------------------------------------------------------------
Thu Sep 22 21:07:43 CEST 2011 - dmueller@suse.de

View File

@ -536,7 +536,6 @@ PARALLEL="%{?_smp_mflags}"
%endif
%ifarch %arm armv5tel armv7l armv8l
add_ons=$add_ons,glibc-ports-%{version}
BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
# fails to build otherwise - need to recheck and fix
%define enable_stackguard_randomization 0
%endif