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_3.4.0.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_3.4.0.oe')
-rw-r--r-- | gcc/gcc-cross_3.4.0.oe | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe index 8238e815da..6d68eaeb65 100644 --- a/gcc/gcc-cross_3.4.0.oe +++ b/gcc/gcc-cross_3.4.0.oe @@ -9,20 +9,8 @@ PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PACKAGES = "libgcc libstdc++ libg2c" 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 \ - --enable-languages=c,c++,f77 \ - --enable-shared \ - --enable-c99 \ - --enable-long-long \ - --enable-target-optspace \ - --program-prefix=${TARGET_PREFIX}" +EXTRA_OECONF_PATHS = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ + --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++" export CPPFLAGS = "" export CXXFLAGS = "" |