summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-02-07 02:45:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-07 02:45:14 +0000
commit4fc48e94ff44f6bcd110ed16c53e0e2a589c689f (patch)
treef057657db966c453f3b42e10c9a59e71a89640d4 /packages
parent27651b95cc9880d646b60e62686bbd1b000556ba (diff)
parentaec9182e61d1ea2971d35ccb141339ea44fb63e5 (diff)
merge of 53837b57b14a20c51df704090e14559b1bb45c2e
and db44099923569a202d14953cbddea82c0547ccb1
Diffstat (limited to 'packages')
-rw-r--r--packages/gcc/gcc3-build.inc5
-rw-r--r--packages/glibc/glibc_2.2.5.bb2
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/gcc/gcc3-build.inc b/packages/gcc/gcc3-build.inc
index a09c6cf1f5..b7523c42f2 100644
--- a/packages/gcc/gcc3-build.inc
+++ b/packages/gcc/gcc3-build.inc
@@ -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):
diff --git a/packages/glibc/glibc_2.2.5.bb b/packages/glibc/glibc_2.2.5.bb
index f214dd5fdc..22210c1335 100644
--- a/packages/glibc/glibc_2.2.5.bb
+++ b/packages/glibc/glibc_2.2.5.bb
@@ -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"