summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.4.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc-cross_3.4.0.oe')
-rw-r--r--gcc/gcc-cross_3.4.0.oe5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe
index 5df5ec6aca..8238e815da 100644
--- a/gcc/gcc-cross_3.4.0.oe
+++ b/gcc/gcc-cross_3.4.0.oe
@@ -2,7 +2,7 @@ include gcc_${PV}.oe
inherit cross
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}"
-DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc patcher-native"
+DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
# Files for these are defined in the main gcc.oe
@@ -12,6 +12,8 @@ INHIBIT_PACKAGE_STRIP = 1
EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \
--with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \
--disable-nls \
+ --with-gnu-ld \
+ --enable-multilib \
--enable-threads=posix \
--enable-symvers=gnu \
--enable-__cxa_atexit \
@@ -19,6 +21,7 @@ EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \
--enable-shared \
--enable-c99 \
--enable-long-long \
+ --enable-target-optspace \
--program-prefix=${TARGET_PREFIX}"
export CPPFLAGS = ""