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

r1532 - in glibc-package/branches/glibc-2.4/debian: . sysdeps



Author: schizo
Date: 2006-05-26 22:00:42 +0000 (Fri, 26 May 2006)
New Revision: 1532

Added:
   glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk
Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk
Log:
Enable ports add-on for arm, m68k, hppa, mips


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-26 17:17:00 UTC (rev 1531)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-26 22:00:42 UTC (rev 1532)
@@ -22,12 +22,14 @@
     - Add any/local-bashisms.diff: fix invalid test operator (==)
       in run-iconv-test.sh
     - debian/rules.d/build.mk: don't try to build html documentation.
-    - debian/sysdeps/hppa.mk: build with linuxthreads instead of NPTL
+    - debian/sysdeps/hppa.mk: use ports add-on
     - debian/sysdeps/ia64.mk: build with linuxthreads instead of NPTL
-    - debian/sysdeps/m68k.mk: build with linuxthreads instead of NPTL
-    - debian/sysdeps/mips.mk: build with linuxthreads instead of NPTL
+    - debian/sysdeps/m68k.mk: use ports add-on
+    - debian/sysdeps/mips.mk: use ports add-on
     - debian/sysdeps/i386.mk: disable sanity checks on linuxthreads build
     - debian/sysdeps/powerpc.mk: build with linuxthreads instead of NPTL
+    - debian/sysdeps/arm.mk: use ports add-on
+
     - Build with gcc 4.1 on all architectures.
     - debian/patches/sparc/local-linuxthreads.diff: fill in missing
       preprocessor macros.

Added: glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk	2006-05-26 17:17:00 UTC (rev 1531)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk	2006-05-26 22:00:42 UTC (rev 1532)
@@ -0,0 +1,2 @@
+libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_add-ons = ports $(add-ons)

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk	2006-05-26 17:17:00 UTC (rev 1531)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk	2006-05-26 22:00:42 UTC (rev 1532)
@@ -10,3 +10,4 @@
 endef
 
 libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_add-ons = ports $(add-ons)

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-26 17:17:00 UTC (rev 1531)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-26 22:00:42 UTC (rev 1532)
@@ -1,6 +1,6 @@
-# m68k cannot be compiled with >= 2.4.xx
-MIN_KERNEL_SUPPORTED := 2.2.0
+MIN_KERNEL_SUPPORTED := 2.4.1
 
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 
 libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_add-ons = ports $(add-ons)

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-26 17:17:00 UTC (rev 1531)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-26 22:00:42 UTC (rev 1532)
@@ -1,3 +1,4 @@
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 
 libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_add-ons = ports $(add-ons)



Reply to: