From 65b06feb0dc44bf847a389d0c37ed7c3b8d8e084518b1971732a3cc4711eb434 Mon Sep 17 00:00:00 2001 From: Factory Maintainer Date: Tue, 19 Jun 2012 06:02:31 +0000 Subject: [PATCH] grr OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=97 --- cross-i386-binutils.spec | 2 +- pre_checkin.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index afd98f8..32fce6e 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -17,7 +17,7 @@ Name: cross-i386-binutils -ExcludeArch: %x86 +ExcludeArch: %ix86 %define cross 1 %define TARGET i586 BuildRequires: bison diff --git a/pre_checkin.sh b/pre_checkin.sh index 70864aa..233999b 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -8,7 +8,7 @@ for arch in hppa hppa64 mips arm i386 x86_64 s390 s390x ppc ppc64 ia64 sparc alp ln -f binutils.changes cross-$arch-binutils.changes targetarch=`echo $arch | sed -e "s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/"` - exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/%x86/;s/arm/%arm/'` + exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/%ix86/;s/arm/%arm/'` sed -e "s/^Name:.*binutils\$/Name: cross-$arch-binutils\nExcludeArch: $exclarch\n%define cross 1\n%define TARGET $targetarch/;" \ < binutils.spec > cross-$arch-binutils.spec