From 7439e4d76e8e9d1941cdf8f821cbe9622df1976e Mon Sep 17 00:00:00 2001 From: Gerald Britton Date: Wed, 12 May 2004 00:12:58 +0000 Subject: 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 --- gcc/gcc-cross_3.3.3.oe | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'gcc/gcc-cross_3.3.3.oe') diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index d172d6ac0b..5619ce6b59 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -8,22 +8,8 @@ PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PACKAGES = "libgcc" 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}" - -FILES_libgcc = "/lib/libgcc_s.so.*" +EXTRA_OECONF_PATHS = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ + --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++" export CPPFLAGS = "" export CXXFLAGS = "" -- cgit v1.2.3