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

r2682 - in glibc-package/branches/glibc-2.7/debian: . control.in sysdeps



Author: aurel32
Date: 2007-11-18 18:43:42 +0000 (Sun, 18 Nov 2007)
New Revision: 2682

Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/control
   glibc-package/branches/glibc-2.7/debian/control.in/opt
   glibc-package/branches/glibc-2.7/debian/sysdeps/alpha.mk
Log:
Rename libc6.1-ev67 into libc6-alphaev67 to match glibc name, and enable
this flavour



Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-11-18 12:30:40 UTC (rev 2681)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-11-18 18:43:42 UTC (rev 2682)
@@ -117,8 +117,8 @@
     ceil/floor/rint functions.  Closes: #442568.
   * patches/alpha/local-dl-procinfo.diff: new patch to add platform
     capabilities support on alpha.
-  * Add an ev67 flavour on alpha, but keep it disabled for now:
-    - control.in/opt: add libc6-ev67 packages.
+  * Add an ev67 flavour on alpha:  Closes: #229251
+    - control.in/opt: add libc6-alphaev67 packages.
     - sysdeps/alpha.mk: add a new pass for ev67 flavour.
 
   [ Petr Salinger]
@@ -143,7 +143,7 @@
   [ Samuel Thibault ]
   * hurd-i386/submitted-ptr-mangle.diff: Define PTR_MANGLE for assembly.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Nov 2007 13:23:01 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Nov 2007 17:40:29 +0100
 
 glibc (2.6.1-6) unstable; urgency=low
 

Modified: glibc-package/branches/glibc-2.7/debian/control
===================================================================
--- glibc-package/branches/glibc-2.7/debian/control	2007-11-18 12:30:40 UTC (rev 2681)
+++ glibc-package/branches/glibc-2.7/debian/control	2007-11-18 18:43:42 UTC (rev 2682)
@@ -615,7 +615,7 @@
  (including clones such as AMD Athlon/Opteron, VIA C3 Nehemiah, but not VIA 
  C3 Ezla).  
 
-Package: libc6.1-ev67
+Package: libc6.1-alphaev67
 Architecture: alpha
 Section: libs
 Priority: extra

Modified: glibc-package/branches/glibc-2.7/debian/control.in/opt
===================================================================
--- glibc-package/branches/glibc-2.7/debian/control.in/opt	2007-11-18 12:30:40 UTC (rev 2681)
+++ glibc-package/branches/glibc-2.7/debian/control.in/opt	2007-11-18 18:43:42 UTC (rev 2682)
@@ -57,7 +57,7 @@
  (including clones such as AMD Athlon/Opteron, VIA C3 Nehemiah, but not VIA 
  C3 Ezla).  
 
-Package: libc6.1-ev67
+Package: libc6.1-alphaev67
 Architecture: alpha
 Section: libs
 Priority: extra

Modified: glibc-package/branches/glibc-2.7/debian/sysdeps/alpha.mk
===================================================================
--- glibc-package/branches/glibc-2.7/debian/sysdeps/alpha.mk	2007-11-18 12:30:40 UTC (rev 2681)
+++ glibc-package/branches/glibc-2.7/debian/sysdeps/alpha.mk	2007-11-18 18:43:42 UTC (rev 2682)
@@ -4,11 +4,11 @@
 libc_MIN_KERNEL_SUPPORTED = 2.6.9
 
 # build an ev67 optimized library
-#GLIBC_PASSES += ev67
-#DEB_ARCH_REGULAR_PACKAGES += libc6.1-ev67
-ev67_add-ons = nptl $(add-ons)
-ev67_configure_target = alphaev67-linux
-ev67_extra_cflags = -mcpu=ev67 -mtune=ev67 -g -O3
-ev67_extra_config_options = $(extra_config_options) --disable-profile
-ev67_rltddir = /lib/ev67
-ev67_slibdir = /lib/ev67
+GLIBC_PASSES += alphaev67
+DEB_ARCH_REGULAR_PACKAGES += libc6.1-alphaev67
+alphaev67_add-ons = nptl $(add-ons)
+alphaev67_configure_target = alphaev67-linux
+alphaev67_extra_cflags = -mcpu=ev67 -mtune=ev67 -g -O2
+alphaev67_extra_config_options = $(extra_config_options) --disable-profile
+alphaev67_rltddir = /lib/ev67
+alphaev67_slibdir = /lib/ev67



Reply to: