From 0212a7b20a99df79acce772fa495b1bd4c1d76a2cd06978ec795f23c9fdfe2b9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 3 Feb 2013 00:09:09 +0000 Subject: [PATCH] - build with ports enabled on aarch64 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=270 --- glibc.changes | 5 +++++ glibc.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/glibc.changes b/glibc.changes index 16460be..cc95adb 100644 --- a/glibc.changes +++ b/glibc.changes @@ -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 diff --git a/glibc.spec b/glibc.spec index bdc7614..2b748c9 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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/}"