SHA256
1
0
forked from pool/binutils

Accepting request 142675 from home:adrianSuSE:aarch64

add aarch64 target and cross compiler

OBS-URL: https://build.opensuse.org/request/show/142675
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=114
This commit is contained in:
2012-11-26 14:43:39 +00:00
committed by Git OBS Bridge
parent 4c0af76464
commit 5c502ac474
37 changed files with 3099 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
# the script takes binutils* and creates the cross-* packages
# sh4 is stuck in the testsuite
for arch in hppa hppa64 mips arm i386 x86_64 s390 s390x ppc ppc64 ia64 sparc sparc64 alpha spu avr; do
for arch in aarch64 hppa hppa64 mips arm i386 x86_64 s390 s390x ppc ppc64 ia64 sparc sparc64 alpha spu avr; do
echo -n "Building package for $arch --> cross-$arch-binutils ..."