[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3950 - in glibc-package/trunk/debian: . control.in sysdeps



Author: aurel32
Date: 2009-11-10 08:23:53 +0000 (Tue, 10 Nov 2009)
New Revision: 3950

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/main
   glibc-package/trunk/debian/sysdeps/mips.mk
Log:
  * Reenable PIE on mips and build-depends on binutils (>= 2.20-3). 



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-11-10 08:00:26 UTC (rev 3949)
+++ glibc-package/trunk/debian/changelog	2009-11-10 08:23:53 UTC (rev 3950)
@@ -10,8 +10,9 @@
   * patches/ia64/submitted-memchr.diff: fix memchr() when data is shorter
     than software pipeline.
   * Bump to Standards-Version 3.8.3.
+  * Reenable PIE on mips and build-depends on binutils (>= 2.20-3). 
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 10 Nov 2009 09:00:06 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 10 Nov 2009 09:22:54 +0100
 
 eglibc (2.10.1-6) unstable; urgency=high
 

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2009-11-10 08:00:26 UTC (rev 3949)
+++ glibc-package/trunk/debian/control	2009-11-10 08:23:53 UTC (rev 3950)
@@ -6,7 +6,7 @@
  linux-libc-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20080607-3) [hurd-i386], gnumach-dev [hurd-i386], libpthread-stubs0-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
- binutils (>= 2.17cvs20070426),
+ binutils (>= 2.17cvs20070426), binutils (>= 2.20-3) [mips mipsel],
  g++-4.4 [!armel !i386 !hppa !mips !mipsel !sparc !hurd-i386], g++-4.4-multilib [amd64 kfreebsd-amd64 powerpc ppc64 s390],
  g++-4.3 [armel hppa i386 mips mipsel sparc hurd-i386], g++-4.3-multilib [i386 mips mipsel sparc],
 Build-Depends-Indep: perl, po-debconf (>= 1.0)

Modified: glibc-package/trunk/debian/control.in/main
===================================================================
--- glibc-package/trunk/debian/control.in/main	2009-11-10 08:00:26 UTC (rev 3949)
+++ glibc-package/trunk/debian/control.in/main	2009-11-10 08:23:53 UTC (rev 3950)
@@ -6,7 +6,7 @@
  linux-libc-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20080607-3) [hurd-i386], gnumach-dev [hurd-i386], libpthread-stubs0-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
- binutils (>= 2.17cvs20070426),
+ binutils (>= 2.17cvs20070426), binutils (>= 2.20-3) [mips mipsel],
  g++-4.4 [!armel !i386 !hppa !mips !mipsel !sparc !hurd-i386], g++-4.4-multilib [amd64 kfreebsd-amd64 powerpc ppc64 s390],
  g++-4.3 [armel hppa i386 mips mipsel sparc hurd-i386], g++-4.3-multilib [i386 mips mipsel sparc],
 Build-Depends-Indep: perl, po-debconf (>= 1.0)

Modified: glibc-package/trunk/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/mips.mk	2009-11-10 08:00:26 UTC (rev 3949)
+++ glibc-package/trunk/debian/sysdeps/mips.mk	2009-11-10 08:23:53 UTC (rev 3950)
@@ -1,9 +1,6 @@
 CC = gcc-4.3
 CXX = g++-4.3
 
-# PIE support is currently broken on MIPS
-fpie = no
-
 #
 # Temporary hack to use our own version of unistd.h
 # to workaround kernel bugs on the build daemons


Reply to: