diff --git a/_constraints b/_constraints deleted file mode 100644 index 1de74e3..0000000 --- a/_constraints +++ /dev/null @@ -1,9 +0,0 @@ - - - - - 1500 - - - kvm - diff --git a/glibc-testsuite.changes b/glibc-testsuite.changes index 16460be..0350f22 100644 --- a/glibc-testsuite.changes +++ b/glibc-testsuite.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 5 09:28:44 UTC 2013 - schwab@suse.de + +- Move _constraints file to glibc-testsuite only + +------------------------------------------------------------------- +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-testsuite.spec b/glibc-testsuite.spec index 6fb1aa7..fa38cd8 100644 --- a/glibc-testsuite.spec +++ b/glibc-testsuite.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/}" diff --git a/glibc-utils.changes b/glibc-utils.changes index 16460be..0350f22 100644 --- a/glibc-utils.changes +++ b/glibc-utils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 5 09:28:44 UTC 2013 - schwab@suse.de + +- Move _constraints file to glibc-testsuite only + +------------------------------------------------------------------- +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-utils.spec b/glibc-utils.spec index 7646621..e1e0fa9 100644 --- a/glibc-utils.spec +++ b/glibc-utils.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/}" diff --git a/glibc.changes b/glibc.changes index cc95adb..0350f22 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 5 09:28:44 UTC 2013 - schwab@suse.de + +- Move _constraints file to glibc-testsuite only + ------------------------------------------------------------------- Sun Feb 3 00:08:54 UTC 2013 - dmueller@suse.com