summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gcc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
commit5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch)
tree45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/gcc
parent42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff)
downloadpoky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
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