From abe5f3459babc3ef5079986f5f75d354dba3558e442c60bbe864dfdfd49403dc Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 15 May 2013 09:57:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=129 --- pre_checkin.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pre_checkin.sh b/pre_checkin.sh index 1ac62cb..39781eb 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -1,8 +1,11 @@ #!/bin/bash # the script takes binutils* and creates the cross-* packages + +rm -f cross-*-binutils.spec cross-*-binutils.changes + # sh4 is stuck in the testsuite -for arch in aarch64 hppa hppa64 arm i386 x86_64 s390 s390x ppc ppc64 ia64 sparc sparc64 spu avr; do +for arch in aarch64 hppa hppa64 arm i386 x86_64 s390 s390x ppc ppc64 ia64 sparc sparc64 spu avr mips; do echo -n "Building package for $arch --> cross-$arch-binutils ..."