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:
parent
4258ce0268
commit
0212a7b20a
@ -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
|
||||
|
||||
|
@ -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/}"
|
||||
|
Loading…
Reference in New Issue
Block a user