SHA256
3
0
forked from pool/glibc

Accepting request 151222 from home:Andreas_Schwab:Factory

- Move _constraints file to glibc-testsuite only

OBS-URL: https://build.opensuse.org/request/show/151222
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=271
This commit is contained in:
Marcus Meissner 2013-02-06 19:07:37 +00:00 committed by Git OBS Bridge
parent 0212a7b20a
commit 5f37d5f018
6 changed files with 29 additions and 13 deletions

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<memory>
<size unit="M">1500</size>
</memory>
</hardware>
<sandbox>kvm</sandbox>
</constraints>

View File

@ -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

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/}"

View File

@ -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

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/}"

View File

@ -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