r3104 - in glibc-package/branches/glibc-2.8/debian: . sysdeps
Author: aurel32
Date: 2008-08-15 21:43:27 +0000 (Fri, 15 Aug 2008)
New Revision: 3104
Modified:
glibc-package/branches/glibc-2.8/debian/changelog
glibc-package/branches/glibc-2.8/debian/sysdeps/mipsel.mk
Log:
* debian/sysdeps/mipsel.mk: use the correct triplet for mipsn32 and mips64
builds.
Modified: glibc-package/branches/glibc-2.8/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.8/debian/changelog 2008-08-14 14:54:31 UTC (rev 3103)
+++ glibc-package/branches/glibc-2.8/debian/changelog 2008-08-15 21:43:27 UTC (rev 3104)
@@ -103,6 +103,8 @@
#493231.
* debian/rules, debian/rules.d/build.mk, debian/sysdeps.mk/*: use a common
huge TIMEOUTFACTOR for all architectures.
+ * debian/sysdeps/mipsel.mk: use the correct triplet for mipsn32 and mips64
+ builds.
-- Aurelien Jarno <aurel32@debian.org> Sat, 09 Aug 2008 21:04:41 +0200
Modified: glibc-package/branches/glibc-2.8/debian/sysdeps/mipsel.mk
===================================================================
--- glibc-package/branches/glibc-2.8/debian/sysdeps/mipsel.mk 2008-08-14 14:54:31 UTC (rev 3103)
+++ glibc-package/branches/glibc-2.8/debian/sysdeps/mipsel.mk 2008-08-15 21:43:27 UTC (rev 3104)
@@ -4,7 +4,7 @@
GLIBC_PASSES += mipsn32
DEB_ARCH_REGULAR_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
mipsn32_add-ons = ports nptl $(add-ons)
-mipsn32_configure_target = mips32-linux
+mipsn32_configure_target = mips32el-linux
mipsn32_CC = $(CC) -mabi=n32
mipsn32_CXX = $(CXX) -mabi=n32
libc6-mipsn32_shlib_dep = libc6-mipsn32 (>= $(shlib_dep_ver))
@@ -17,7 +17,7 @@
GLIBC_PASSES += mips64
DEB_ARCH_REGULAR_PACKAGES += libc6-mips64 libc6-dev-mips64
mips64_add-ons = ports nptl $(add-ons)
-mips64_configure_target = mips64-linux
+mips64_configure_target = mips64el-linux
mips64_CC = $(CC) -mabi=64
mips64_CXX = $(CXX) -mabi=64
libc6-mips64_shlib_dep = libc6-mips64 (>= $(shlib_dep_ver))
Reply to: