From aec9182e61d1ea2971d35ccb141339ea44fb63e5 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 7 Feb 2006 02:44:19 +0000 Subject: 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 --- packages/gcc/gcc3-build.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/gcc') 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): -- cgit v1.2.3