gcc: change _nslu2 override to _slugos+_unslung in gcc3-build.inc
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 7 Feb 2006 02:44:19 +0000 (02:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 7 Feb 2006 02:44:19 +0000 (02:44 +0000)
glibc: change _nslu2 override to _unslung in 2.2.5
 - these overrides are out of date or wrong

packages/gcc/gcc3-build.inc
packages/glibc/glibc_2.2.5.bb

index a09c6cf..b7523c4 100644 (file)
@@ -47,7 +47,10 @@ CPPFLAGS = ""
 # Used by configure to define additional values for FLAGS_FOR_TARGET -
 # passed to all the compilers.
 ARCH_FLAGS_FOR_TARGET = ""
-ARCH_FLAGS_FOR_TARGET_nslu2 = "${TARGET_CC_ARCH}"
+#NOTE: not tested on other platforms, the following is probably correct
+# everywhere!
+ARCH_FLAGS_FOR_TARGET_slugos = "${TARGET_CC_ARCH}"
+ARCH_FLAGS_FOR_TARGET_unslung = "${TARGET_CC_ARCH}"
 EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'"
 
 def get_gcc_fpu_setting(bb, d):
index f214dd5..22210c1 100644 (file)
@@ -249,7 +249,7 @@ include glibc-package.bbclass
 # Unslung distribution specific packages follow ...
 
 PACKAGES_unslung = "libc6-unslung"
-PACKAGE_ARCH_nslu2 = "nslu2"
+PACKAGE_ARCH_unslung = "nslu2"
 MAINTAINER_libc6-unslung = "NSLU2 Linux <www.nslu2-linux.org>"
 RDEPENDS_libc6-unslung = "nslu2-linksys-libs"
 RPROVIDES_libc6-unslung = "libc6"