diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-12 00:12:58 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-12 00:12:58 +0000 |
commit | 7439e4d76e8e9d1941cdf8f821cbe9622df1976e (patch) | |
tree | 95b2de126bb28ca29913508ff3d7c42651d1473c /gcc/gcc-cross-initial_3.3.3.oe | |
parent | 4a9183d5b17993a34a4398203feebb6d7e721a7b (diff) |
Merge ssh://openembedded@openembedded.bkbits.net/packages
into doomcom.org:/home/gbritton/devel/OE/packages
2004/05/11 20:12:46-04:00 doomcom.org!gbritton
cleanup glibc/uclibc support in gcc, fix a uclibc compiler config bug
BKrev: 40a16c0aW2d40XEGtC2aKz6y5QomqQ
Diffstat (limited to 'gcc/gcc-cross-initial_3.3.3.oe')
-rw-r--r-- | gcc/gcc-cross-initial_3.3.3.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc-cross-initial_3.3.3.oe b/gcc/gcc-cross-initial_3.3.3.oe index c1a01c1593..9a9c1f4dc1 100644 --- a/gcc/gcc-cross-initial_3.3.3.oe +++ b/gcc/gcc-cross-initial_3.3.3.oe @@ -3,13 +3,14 @@ include gcc-cross_${PV}.oe DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-initial" PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" +# This is intended to be a -very- basic config EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-newlib \ --disable-nls \ --disable-shared \ --disable-threads \ --disable-multilib \ - --enable-__cxa_atexit \ + --disable-__cxa_atexit \ --enable-languages=c \ --enable-target-optspace \ --program-prefix=${TARGET_PREFIX}" |