SHA256
3
0
forked from pool/glibc

- build with ports enabled on aarch64

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=270
This commit is contained in:
Dirk Mueller 2013-02-03 00:09:09 +00:00 committed by Git OBS Bridge
parent 4258ce0268
commit 0212a7b20a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 3 00:08:54 UTC 2013 - dmueller@suse.com
- build with ports enabled on aarch64
-------------------------------------------------------------------
Thu Jan 31 15:42:07 UTC 2013 - schwab@suse.de

View File

@ -556,7 +556,7 @@ add_ons=",libidn"
%ifarch %ix86
add_ons=$add_ons,noversion
%endif
%ifarch %arm mipsel ia64
%ifarch %arm aarch64 mipsel ia64
add_ons=$add_ons,ports
%endif
%ifarch %arm mipsel
@ -570,7 +570,7 @@ configure_and_build_glibc() {
local addons="$1"; shift
mkdir "cc-$dirname"
cd "cc-$dirname"
%ifarch %arm
%ifarch %arm aarch64
# remove asynchronous-unwind-tables during configure as it causes
# some checks to fail spuriously on arm
conf_cflags="${cflags/-fasynchronous-unwind-tables/}"