summaryrefslogtreecommitdiff
path: root/packages/gcc
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-02-07 02:44:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-07 02:44:19 +0000
commitaec9182e61d1ea2971d35ccb141339ea44fb63e5 (patch)
tree4b227c23c10c32eb6746ab9ede77d14f19aa8b45 /packages/gcc
parent11ec8ab68be596ed8fca854042f2e8815da19ce2 (diff)
gcc: change _nslu2 override to _slugos+_unslung in gcc3-build.inc
glibc: change _nslu2 override to _unslung in 2.2.5 - these overrides are out of date or wrong
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/gcc3-build.inc5
1 files changed, 4 insertions, 1 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):