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

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



Author: aurel32
Date: 2009-11-26 00:40:13 +0000 (Thu, 26 Nov 2009)
New Revision: 4019

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
   glibc-package/trunk/debian/sysdeps/mipsel.mk
Log:
  * Use gcc/g++-4.4 on mips and mipsel.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-11-25 05:52:13 UTC (rev 4018)
+++ glibc-package/trunk/debian/changelog	2009-11-26 00:40:13 UTC (rev 4019)
@@ -1,11 +1,13 @@
 eglibc (2.10.2-3) UNRELEASED; urgency=low
 
+  [ Aurelien Jarno ]
   * debhelper.in/libc.postinst: also restart incron on upgrade.  Closes:
     #557801.
   * debhelper.in/libc.postinst: restart the services instead of stopping
     them and then starting them again.  Closes: #211784.
+  * Use gcc/g++-4.4 on mips and mipsel.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 24 Nov 2009 16:09:58 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 26 Nov 2009 01:39:22 +0100
 
 eglibc (2.10.2-2) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2009-11-25 05:52:13 UTC (rev 4018)
+++ glibc-package/trunk/debian/control	2009-11-26 00:40:13 UTC (rev 4019)
@@ -7,8 +7,8 @@
  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.20-3) [mips mipsel],
- g++-4.4 (>= 4.4.2-2) [!i386 !hppa !mips !mipsel !hurd-i386], g++-4.4-multilib [amd64 kfreebsd-amd64 powerpc ppc64 s390 sparc],
- g++-4.3 [hppa i386 mips mipsel hurd-i386], g++-4.3-multilib [i386 mips mipsel],
+ g++-4.4 (>= 4.4.2-2) [!i386 !hppa !hurd-i386], g++-4.4-multilib [amd64 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc],
+ g++-4.3 [hppa i386 hurd-i386], g++-4.3-multilib [i386],
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
 Uploaders: GOTO Masanori <gotom@debian.org>, Philip Blundell <pb@nexus.co.uk>, Jeff Bailey <jbailey@raspberryginger.com>, Daniel Jacobowitz <dan@debian.org>, Clint Adams <schizo@debian.org>, Aurelien Jarno <aurel32@debian.org>, Pierre Habouzit <madcoder@debian.org>

Modified: glibc-package/trunk/debian/control.in/main
===================================================================
--- glibc-package/trunk/debian/control.in/main	2009-11-25 05:52:13 UTC (rev 4018)
+++ glibc-package/trunk/debian/control.in/main	2009-11-26 00:40:13 UTC (rev 4019)
@@ -7,8 +7,8 @@
  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.20-3) [mips mipsel],
- g++-4.4 (>= 4.4.2-2) [!i386 !hppa !mips !mipsel !hurd-i386], g++-4.4-multilib [amd64 kfreebsd-amd64 powerpc ppc64 s390 sparc],
- g++-4.3 [hppa i386 mips mipsel hurd-i386], g++-4.3-multilib [i386 mips mipsel],
+ g++-4.4 (>= 4.4.2-2) [!i386 !hppa !hurd-i386], g++-4.4-multilib [amd64 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc],
+ g++-4.3 [hppa i386 hurd-i386], g++-4.3-multilib [i386],
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
 Uploaders: GOTO Masanori <gotom@debian.org>, Philip Blundell <pb@nexus.co.uk>, Jeff Bailey <jbailey@raspberryginger.com>, Daniel Jacobowitz <dan@debian.org>, Clint Adams <schizo@debian.org>, Aurelien Jarno <aurel32@debian.org>, Pierre Habouzit <madcoder@debian.org>

Modified: glibc-package/trunk/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/mips.mk	2009-11-25 05:52:13 UTC (rev 4018)
+++ glibc-package/trunk/debian/sysdeps/mips.mk	2009-11-26 00:40:13 UTC (rev 4019)
@@ -1,6 +1,3 @@
-CC = gcc-4.3
-CXX = g++-4.3
-
 #
 # Temporary hack to use our own version of unistd.h
 # to workaround kernel bugs on the build daemons

Modified: glibc-package/trunk/debian/sysdeps/mipsel.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/mipsel.mk	2009-11-25 05:52:13 UTC (rev 4018)
+++ glibc-package/trunk/debian/sysdeps/mipsel.mk	2009-11-26 00:40:13 UTC (rev 4019)
@@ -1,6 +1,3 @@
-CC = gcc-4.3
-CXX = g++-4.3
-
 #
 # Temporary hack to use our own version of unistd.h
 # to workaround kernel bugs on the build daemons


Reply to: