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

r3490 - in glibc-package/branches/eglibc-2.10/debian: . sysdeps



Author: aurel32
Date: 2009-05-10 15:19:52 +0000 (Sun, 10 May 2009)
New Revision: 3490

Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/sysdeps/alpha.mk
Log:
    - alpha has been moved to ports, update debian/sysdeps/alpha.mk
      accordingly.



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog	2009-05-10 14:00:31 UTC (rev 3489)
+++ glibc-package/branches/eglibc-2.10/debian/changelog	2009-05-10 15:19:52 UTC (rev 3490)
@@ -7,8 +7,8 @@
     - debian/copyright, debian/*symbols*, debian/shlibver, 
       debian/locales-depver, debian/debhelper.in/*.lintian: upgrade
       to 2.10.
-    - alpha has been moved to ports, update debian/patches/alpha/*
-      accordingly.
+    - alpha has been moved to ports, update debian/sysdeps/alpha.mk and
+      debian/patches/alpha/* accordingly.
     - Remove debian/patches/arm/submitted-setjmp.diff (merged).
     - Remove debian/patches/arm/submitted-fpu_control_h.diff (merged).
     - Remove debian/patches/hppa/cvs-tsd.diff (merged).

Modified: glibc-package/branches/eglibc-2.10/debian/sysdeps/alpha.mk
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/sysdeps/alpha.mk	2009-05-10 14:00:31 UTC (rev 3489)
+++ glibc-package/branches/eglibc-2.10/debian/sysdeps/alpha.mk	2009-05-10 15:19:52 UTC (rev 3490)
@@ -1,3 +1,5 @@
+libc_add-ons = ports nptl $(add-ons)
+
 libc = libc6.1
 
 # build an ev67 optimized library
@@ -4,7 +6,7 @@
 EGLIBC_PASSES += alphaev67
 DEB_ARCH_REGULAR_PACKAGES += libc6.1-alphaev67
 alphaev67_MIN_KERNEL_SUPPORTED = 2.6.9
-alphaev67_add-ons = nptl $(add-ons)
+alphaev67_add-ons = ports nptl $(add-ons)
 alphaev67_configure_target = alphaev67-linux
 alphaev67_extra_cflags = -mcpu=ev67 -mtune=ev67 -O2
 alphaev67_extra_config_options = $(extra_config_options) --disable-profile


Reply to: