diff options
author | aurel32 <aurel32@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-20 20:53:38 +0000 |
---|---|---|
committer | aurel32 <aurel32@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-20 20:53:38 +0000 |
commit | b67abc0e96112f61bcbf0f578d830a79bdcda7a7 (patch) | |
tree | 83dc96b133063d787b6c7f7ec9d99a7b892fe024 | |
parent | baebc3c28774210e23d3467adcd6c1cf3b45eaf2 (diff) | |
download | gcc-47-b67abc0e96112f61bcbf0f578d830a79bdcda7a7.tar.gz |
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
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/rules2 | 2 |
2 files changed, 4 insertions, 2 deletions
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 <doko@debian.org> 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) |