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

r3335 - in glibc-package/branches/eglibc-2.9/debian: . rules.d sysdeps



Author: aurel32
Date: 2009-02-27 19:26:50 +0000 (Fri, 27 Feb 2009)
New Revision: 3335

Modified:
   glibc-package/branches/eglibc-2.9/debian/rules
   glibc-package/branches/eglibc-2.9/debian/rules.d/build.mk
   glibc-package/branches/eglibc-2.9/debian/rules.d/debhelper.mk
   glibc-package/branches/eglibc-2.9/debian/rules.d/tarball.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/alpha.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/amd64.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/hurd.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/i386.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-amd64.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-i386.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/linux.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/mips.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/mipsel.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/powerpc.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/ppc64.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/s390.mk
   glibc-package/branches/eglibc-2.9/debian/sysdeps/sparc.mk
Log:
Update scripts


Modified: glibc-package/branches/eglibc-2.9/debian/rules
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/rules	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/rules	2009-02-27 19:26:50 UTC (rev 3335)
@@ -59,12 +59,12 @@
 DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
 
 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
-GLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/-.*//')
+EGLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/-.*//')
 
 DEB_BUILDDIR ?= $(build-tree)/$(DEB_HOST_ARCH)-$(curpass)
 
-GLIBC_SOURCES = $(addprefix $(shell basename $(CURDIR))/, \
-		$(filter-out $(stamp) CVS $(build-tree), $(wildcard *)))
+EGLIBC_SOURCES = $(addprefix $(shell basename $(CURDIR))/, \
+		 $(filter-out $(stamp) CVS $(build-tree), $(wildcard *)))
 		 
 # The kernel uses different CPU appreviations (uname output) than the GNU
 # tools do (config.sub).  Map them.
@@ -76,7 +76,7 @@
 endif
 
 # Default setup
-GLIBC_PASSES ?= libc
+EGLIBC_PASSES ?= libc
 
 prefix=/usr
 bindir=$(prefix)/bin
@@ -157,27 +157,27 @@
 clean:: unpatch debhelper-clean
 	make -C $(CURDIR)/linuxthreads/man clean
 	rm -f $(CURDIR)/po/*.mo
-	rm -rf $(patsubst %,debian/tmp-%,$(GLIBC_PASSES))
+	rm -rf $(patsubst %,debian/tmp-%,$(EGLIBC_PASSES))
 	rm -rf $(build-tree)
 	rm -rf $(stamp)
 	rm -rf debian/include
 
 # Required Debian targets
 binary-indep: build testroot debian/control $(build-tree) \
-	$(patsubst %,$(stamp)install_%,$(GLIBC_PASSES)) \
+	$(patsubst %,$(stamp)install_%,$(EGLIBC_PASSES)) \
 	$(patsubst %,$(stamp)binaryinst_%,$(DEB_INDEP_REGULAR_PACKAGES))
 # NOTE: Putting install_ stamps before binaryinst_ stamps in the list is the
 # wrong way to represent dependencies.  Fix this.
 binary-arch: build testroot debian/control $(build-tree) \
-	$(patsubst %,$(stamp)install_%,$(GLIBC_PASSES)) \
+	$(patsubst %,$(stamp)install_%,$(EGLIBC_PASSES)) \
 	$(patsubst %,$(stamp)binaryinst_%,$(DEB_ARCH_REGULAR_PACKAGES)) \
 	$(patsubst %,$(stamp)binaryinst_%,$(DEB_UDEB_PACKAGES))
 
 binary: binary-indep binary-arch
 
 build:	$(stamp)info \
-	$(patsubst %,$(stamp)build_%,$(GLIBC_PASSES)) \
-	$(patsubst %,$(stamp)check_%,$(GLIBC_PASSES)) \
+	$(patsubst %,$(stamp)build_%,$(EGLIBC_PASSES)) \
+	$(patsubst %,$(stamp)check_%,$(EGLIBC_PASSES)) \
 	$(stamp)source $(stamp)doc
 
 testroot:

Modified: glibc-package/branches/eglibc-2.9/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/rules.d/build.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/rules.d/build.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -12,13 +12,13 @@
 endef
 
 
-$(patsubst %,mkbuilddir_%,$(GLIBC_PASSES)) :: mkbuilddir_% : $(stamp)mkbuilddir_%
+$(patsubst %,mkbuilddir_%,$(EGLIBC_PASSES)) :: mkbuilddir_% : $(stamp)mkbuilddir_%
 $(stamp)mkbuilddir_%: $(stamp)patch $(KERNEL_HEADER_DIR)
 	@echo Making builddir for $(curpass)
 	test -d $(DEB_BUILDDIR) || mkdir -p $(DEB_BUILDDIR)
 	touch $@
 
-$(patsubst %,configure_%,$(GLIBC_PASSES)) :: configure_% : $(stamp)configure_%
+$(patsubst %,configure_%,$(EGLIBC_PASSES)) :: configure_% : $(stamp)configure_%
 $(stamp)configure_%: $(stamp)mkbuilddir_%
 	@echo Configuring $(curpass)
 	rm -f $(DEB_BUILDDIR)/configparms
@@ -82,7 +82,7 @@
 		$(call xx,with_headers) $(call xx,extra_config_options))
 	touch $@
 
-$(patsubst %,build_%,$(GLIBC_PASSES)) :: build_% : $(stamp)build_%
+$(patsubst %,build_%,$(EGLIBC_PASSES)) :: build_% : $(stamp)build_%
 $(stamp)build_%: $(stamp)configure_%
 	@echo Building $(curpass)
 	$(call logme, -a $(log_build), $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS))
@@ -95,7 +95,7 @@
 	fi
 	touch $@
 
-$(patsubst %,check_%,$(GLIBC_PASSES)) :: check_% : $(stamp)check_%
+$(patsubst %,check_%,$(EGLIBC_PASSES)) :: check_% : $(stamp)check_%
 $(stamp)check_%: $(stamp)build_%
 	@set -e ; \
 	if [ -n "$(findstring nocheck,$(DEB_BUILD_OPTIONS))" ]; then \
@@ -129,7 +129,7 @@
 	fi
 	touch $@
 
-$(patsubst %,install_%,$(GLIBC_PASSES)) :: install_% : $(stamp)install_%
+$(patsubst %,install_%,$(EGLIBC_PASSES)) :: install_% : $(stamp)install_%
 $(stamp)install_%: $(stamp)check_%
 	@echo Installing $(curpass)
 	rm -rf $(CURDIR)/debian/tmp-$(curpass)
@@ -175,4 +175,4 @@
 		$(GLIBC_SOURCES)
 	touch $@
 
-.NOTPARALLEL: $(patsubst %,install_%,$(GLIBC_PASSES))
+.NOTPARALLEL: $(patsubst %,install_%,$(EGLIBC_PASSES))

Modified: glibc-package/branches/eglibc-2.9/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/rules.d/debhelper.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/rules.d/debhelper.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -146,7 +146,7 @@
 
 	touch $@
 
-OPT_PASSES = $(filter-out libc, $(GLIBC_PASSES))
+OPT_PASSES = $(filter-out libc, $(EGLIBC_PASSES))
 OPT_DIRS = $(foreach pass,$(OPT_PASSES),$($(pass)_slibdir) $($(pass)_libdir))
 
 debhelper: $(stamp)debhelper

Modified: glibc-package/branches/eglibc-2.9/debian/rules.d/tarball.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/rules.d/tarball.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/rules.d/tarball.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,16 +1,16 @@
-GLIBC_PSERVER = :pserver:anoncvs@sources.redhat.com:/cvs/glibc
-GLIBC_TAG = glibc-$(subst .,_,$(GLIBC_VERSION))
-GLIBC_DIR = glibc-$(GLIBC_VERSION)
-DEB_ORIG = ../glibc_$(GLIBC_VERSION).orig.tar.gz
+EGLIBC_SVN = svn://svn.eglibc.org
+EGLIBC_BRANCH = branches/eglibc-$(subst .,_,$(EGLIBC_VERSION))
+EGLIBC_CHECKOUT = eglibc-checkout
+EGLIBC_DIR = eglibc-$(EGLIBC_VERSION)
+DEB_ORIG = ../eglibc_$(EGLIBC_VERSION).orig.tar.gz
 
 get-orig-source: $(DEB_ORIG)
 $(DEB_ORIG):
-	cvs -z 9 -d $(GLIBC_PSERVER) export -d $(GLIBC_DIR) -r $(GLIBC_TAG) libc ; \
-	cd $(GLIBC_DIR) ; \
-	rm -fr manual/ ; \
-	cvs -z 9 -d $(GLIBC_PSERVER) export -d ports -r $(GLIBC_TAG) ports ; \
-	cvs -z 9 -d $(GLIBC_PSERVER) export -d linuxthreads -r HEAD linuxthreads/linuxthreads ; \
-	cvs -z 9 -d $(GLIBC_PSERVER) export -d linuxthreads_db -r HEAD linuxthreads/linuxthreads_db ; \
-	cd .. ; \
-	tar -zcf $(DEB_ORIG) $(GLIBC_DIR) ; \
-	rm -rf $(GLIBC_DIR)
+	svn co $(EGLIBC_SVN)/$(EGLIBC_BRANCH) $(EGLIBC_CHECKOUT)
+	svn export $(EGLIBC_CHECKOUT)/libc $(EGLIBC_DIR)
+	svn export $(EGLIBC_CHECKOUT)/linuxthreads/linuxthreads $(EGLIBC_DIR)/linuxthreads
+	svn export $(EGLIBC_CHECKOUT)/linuxthreads/linuxthreads_db $(EGLIBC_DIR)/linuxthreads_db
+	svn export $(EGLIBC_CHECKOUT)/ports $(EGLIBC_DIR)/ports
+	rm -fr $(EGLIBC_DIR)/manual
+	tar -zcf $(DEB_ORIG) $(EGLIBC_DIR)
+	rm -rf $(EGLIBC_DIR) $(EGLIBC_CHECKOUT)

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/alpha.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/alpha.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/alpha.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,7 +1,7 @@
 libc = libc6.1
 
 # build an ev67 optimized library
-GLIBC_PASSES += alphaev67
+EGLIBC_PASSES += alphaev67
 DEB_ARCH_REGULAR_PACKAGES += libc6.1-alphaev67
 alphaev67_MIN_KERNEL_SUPPORTED = 2.6.9
 alphaev67_add-ons = nptl $(add-ons)

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/amd64.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/amd64.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -9,7 +9,7 @@
 endef
 
 # build 32-bit (i386) alternative library
-GLIBC_PASSES += i386
+EGLIBC_PASSES += i386
 DEB_ARCH_REGULAR_PACKAGES += libc6-i386 libc6-dev-i386
 libc6-i386_shlib_dep = libc6-i386 (>= $(shlib_dep_ver))
 i386_add-ons = nptl $(add-ons)

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/hurd.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/hurd.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/hurd.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,6 +1,6 @@
 # This is for the GNU OS.  Commonly known as the Hurd.
 
-GLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
+EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
 
 threads = no
 libc = libc0.3

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/i386.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/i386.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,7 +1,7 @@
 # We use -march=i686 and glibc's i686 routines use cmov, so require it.
 # A Debian-local glibc patch adds cmov to the search path.
 # The optimized libraries also use NPTL!
-GLIBC_PASSES += i686
+EGLIBC_PASSES += i686
 DEB_ARCH_REGULAR_PACKAGES += libc6-i686
 i686_add-ons = nptl $(add-ons)
 i686_configure_target=i686-linux
@@ -12,7 +12,7 @@
 
 # We use -mno-tls-direct-seg-refs to not wrap-around segments, as it
 # greatly increase the speed when running under the 32bit Xen hypervisor.
-GLIBC_PASSES += xen
+EGLIBC_PASSES += xen
 DEB_ARCH_REGULAR_PACKAGES += libc6-xen
 xen_add-ons = nptl $(add-ons)
 xen_configure_target=i686-linux
@@ -32,7 +32,7 @@
 endef
 
 # build 64-bit (amd64) alternative library
-GLIBC_PASSES += amd64
+EGLIBC_PASSES += amd64
 DEB_ARCH_REGULAR_PACKAGES += libc6-amd64 libc6-dev-amd64
 libc6-amd64_shlib_dep = libc6-amd64 (>= $(shlib_dep_ver))
 amd64_add-ons = nptl $(add-ons)

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-amd64.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-amd64.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-amd64.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -9,7 +9,7 @@
 endef
 
 # build 32-bit (i386) alternative library
-GLIBC_PASSES += i386
+EGLIBC_PASSES += i386
 DEB_ARCH_REGULAR_PACKAGES += libc0.1-i386 libc0.1-dev-i386
 libc0.1-i386_shlib_dep = libc0.1-i386 (>= $(shlib_dep_ver))
 

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-i386.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-i386.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd-i386.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,4 +1,4 @@
-GLIBC_PASSES += i686
+EGLIBC_PASSES += i686
 DEB_ARCH_REGULAR_PACKAGES += libc0.1-i686
 
 # We use -march=i686 and glibc's i686 routines use cmov, so require it.

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/kfreebsd.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,4 +1,4 @@
-GLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
+EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
 MIN_KERNEL_SUPPORTED := 5.4.0
 libc = libc0.1
 

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/linux.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/linux.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,4 +1,4 @@
-GLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
+EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
 MIN_KERNEL_SUPPORTED := 2.6.18
 libc = libc6
 

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/mips.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/mips.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,7 +1,7 @@
 libc_add-ons = ports nptl $(add-ons)
 
 # build 32-bit (n32) alternative library
-GLIBC_PASSES += mipsn32
+EGLIBC_PASSES += mipsn32
 DEB_ARCH_REGULAR_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
 mipsn32_add-ons = ports nptl $(add-ons)
 mipsn32_configure_target = mips32-linux
@@ -14,7 +14,7 @@
 mipsn32_extra_config_options := $(extra_config_options) --disable-profile
 
 # build 64-bit alternative library
-GLIBC_PASSES += mips64
+EGLIBC_PASSES += mips64
 DEB_ARCH_REGULAR_PACKAGES += libc6-mips64 libc6-dev-mips64
 mips64_add-ons = ports nptl $(add-ons)
 mips64_configure_target = mips64-linux

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/mipsel.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/mipsel.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/mipsel.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,7 +1,7 @@
 libc_add-ons = ports nptl $(add-ons)
 
 # build 32-bit (n32) alternative library
-GLIBC_PASSES += mipsn32
+EGLIBC_PASSES += mipsn32
 DEB_ARCH_REGULAR_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
 mipsn32_add-ons = ports nptl $(add-ons)
 mipsn32_configure_target = mips32el-linux
@@ -14,7 +14,7 @@
 mipsn32_extra_config_options := $(extra_config_options) --disable-profile
 
 # build 64-bit alternative library
-GLIBC_PASSES += mips64
+EGLIBC_PASSES += mips64
 DEB_ARCH_REGULAR_PACKAGES += libc6-mips64 libc6-dev-mips64
 mips64_add-ons = ports nptl $(add-ons)
 mips64_configure_target = mips64el-linux

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/powerpc.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/powerpc.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/powerpc.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,5 +1,5 @@
 # build 64-bit (ppc64) alternative library
-GLIBC_PASSES += ppc64
+EGLIBC_PASSES += ppc64
 DEB_ARCH_REGULAR_PACKAGES += libc6-ppc64 libc6-dev-ppc64
 ppc64_add-ons = nptl $(add-ons)
 ppc64_configure_target = powerpc64-linux

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/ppc64.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/ppc64.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/ppc64.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -9,7 +9,7 @@
 endef
 
 # build 32-bit (powerpc) alternative library
-GLIBC_PASSES += powerpc
+EGLIBC_PASSES += powerpc
 DEB_ARCH_REGULAR_PACKAGES += libc6-powerpc libc6-dev-powerpc
 libc6-powerpc_shlib_dep = libc6-powerpc (>= $(shlib_dep_ver))
 powerpc_add-ons = nptl $(add-ons)

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/s390.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/s390.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/s390.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,5 +1,5 @@
 # build 64-bit (s390x) alternative library
-GLIBC_PASSES += s390x
+EGLIBC_PASSES += s390x
 DEB_ARCH_REGULAR_PACKAGES += libc6-s390x libc6-dev-s390x
 s390x_add-ons = nptl $(add-ons)
 s390x_configure_target = s390x-linux

Modified: glibc-package/branches/eglibc-2.9/debian/sysdeps/sparc.mk
===================================================================
--- glibc-package/branches/eglibc-2.9/debian/sysdeps/sparc.mk	2009-02-27 19:25:34 UTC (rev 3334)
+++ glibc-package/branches/eglibc-2.9/debian/sysdeps/sparc.mk	2009-02-27 19:26:50 UTC (rev 3335)
@@ -1,5 +1,5 @@
 # build 64-bit (sparc64) alternative library
-GLIBC_PASSES += sparc64
+EGLIBC_PASSES += sparc64
 DEB_ARCH_REGULAR_PACKAGES += libc6-sparc64 libc6-dev-sparc64
 sparc64_add-ons = nptl $(add-ons)
 sparc64_configure_target=sparc64-linux
@@ -20,7 +20,7 @@
 endef
 
 # build a sparcv9b optimized library
-GLIBC_PASSES += sparcv9b
+EGLIBC_PASSES += sparcv9b
 DEB_ARCH_REGULAR_PACKAGES += libc6-sparcv9b
 sparcv9b_add-ons = nptl $(add-ons)
 sparcv9b_configure_target=sparcv9b-linux


Reply to: