summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/gcc')
-rw-r--r--openembedded/packages/gcc/gcc-package-cross.inc2
-rw-r--r--openembedded/packages/gcc/gcc3-build.inc5
-rw-r--r--openembedded/packages/gcc/gcc_4.0.2.bb2
3 files changed, 5 insertions, 4 deletions
diff --git a/openembedded/packages/gcc/gcc-package-cross.inc b/openembedded/packages/gcc/gcc-package-cross.inc
index 56299b5157..4b1f8f68e8 100644
--- a/openembedded/packages/gcc/gcc-package-cross.inc
+++ b/openembedded/packages/gcc/gcc-package-cross.inc
@@ -72,6 +72,6 @@ do_install () {
72 if [ "x${OLD_INHIBIT_PACKAGE_STRIP}" != "x1" ]; then 72 if [ "x${OLD_INHIBIT_PACKAGE_STRIP}" != "x1" ]; then
73 ${TARGET_PREFIX}strip ${D}${target_libdir}/libstdc++.so.* 73 ${TARGET_PREFIX}strip ${D}${target_libdir}/libstdc++.so.*
74 ${TARGET_PREFIX}strip ${D}${target_libdir}/libg2c.so.* 74 ${TARGET_PREFIX}strip ${D}${target_libdir}/libg2c.so.*
75 ${TARGET_PREFIX}strip ${D}${base_libdir}/libgcc_s.so.* 75 ${TARGET_PREFIX}strip ${D}${target_base_libdir}/libgcc_s.so.*
76 fi 76 fi
77} 77}
diff --git a/openembedded/packages/gcc/gcc3-build.inc b/openembedded/packages/gcc/gcc3-build.inc
index a09c6cf1f5..b7523c42f2 100644
--- a/openembedded/packages/gcc/gcc3-build.inc
+++ b/openembedded/packages/gcc/gcc3-build.inc
@@ -47,7 +47,10 @@ CPPFLAGS = ""
47# Used by configure to define additional values for FLAGS_FOR_TARGET - 47# Used by configure to define additional values for FLAGS_FOR_TARGET -
48# passed to all the compilers. 48# passed to all the compilers.
49ARCH_FLAGS_FOR_TARGET = "" 49ARCH_FLAGS_FOR_TARGET = ""
50ARCH_FLAGS_FOR_TARGET_nslu2 = "${TARGET_CC_ARCH}" 50#NOTE: not tested on other platforms, the following is probably correct
51# everywhere!
52ARCH_FLAGS_FOR_TARGET_slugos = "${TARGET_CC_ARCH}"
53ARCH_FLAGS_FOR_TARGET_unslung = "${TARGET_CC_ARCH}"
51EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'" 54EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'"
52 55
53def get_gcc_fpu_setting(bb, d): 56def get_gcc_fpu_setting(bb, d):
diff --git a/openembedded/packages/gcc/gcc_4.0.2.bb b/openembedded/packages/gcc/gcc_4.0.2.bb
index 856809a7bb..ba64d2421a 100644
--- a/openembedded/packages/gcc/gcc_4.0.2.bb
+++ b/openembedded/packages/gcc/gcc_4.0.2.bb
@@ -5,8 +5,6 @@ SECTION = "devel"
5LICENSE = "GPL" 5LICENSE = "GPL"
6MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" 6MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
7 7
8DEFAULT_PREFERENCE_nslu2 = "-1"
9
10inherit autotools gettext 8inherit autotools gettext
11 9
12include gcc-package.inc 10include gcc-package.inc