From b67abc0e96112f61bcbf0f578d830a79bdcda7a7 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Thu, 20 Jun 2013 20:53:38 +0000 Subject: Don't pass --with-mips-plt on mips/mipsel. git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6876 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca --- debian/changelog | 4 ++++ debian/rules2 | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6b0f744..8277017 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ gcc-4.7 (4.7.3-6) UNRELEASED; urgency=low + [ Matthias Klose ] * Fall back to the binutils version of the binutils build dependency if the binutils version used for the build cannot be determined. * For ARM multilib builds, use libsf/libhf system directories to lookup files for the non-default multilib (for now, only for the cross compilers). + [ Aurelien Jarno ] + * Don't pass --with-mips-plt on mips/mipsel. + -- Matthias Klose Mon, 17 Jun 2013 18:23:31 +0200 gcc-4.7 (4.7.3-5) unstable; urgency=low diff --git a/debian/rules2 b/debian/rules2 index c698e44..b3e41f3 100644 --- a/debian/rules2 +++ b/debian/rules2 @@ -485,7 +485,6 @@ ifneq (,$(filter $(DEB_TARGET_ARCH), amd64 i386 hurd-i386 kfreebsd-i386 kfreebsd endif ifneq (,$(findstring mips-linux,$(DEB_TARGET_GNU_TYPE))) - CONFARGS += --with-mips-plt CONFARGS += --with-arch-32=mips2 --with-tune-32=mips32 ifeq ($(multilib),yes) ifeq ($(biarchn32)-$(biarch64),yes-yes) @@ -496,7 +495,6 @@ ifneq (,$(findstring mips-linux,$(DEB_TARGET_GNU_TYPE))) endif ifneq (,$(findstring mipsel-linux,$(DEB_TARGET_GNU_TYPE))) - CONFARGS += --with-mips-plt CONFARGS += --with-arch-32=mips2 --with-tune-32=mips32 ifeq ($(multilib),yes) ifeq ($(biarchn32)-$(biarch64),yes-yes) -- cgit v1.2.3