summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.3.3.oe
diff options
context:
space:
mode:
authorGerald Britton <gbritton@doomcom.org>2004-05-12 00:12:58 +0000
committerGerald Britton <gbritton@doomcom.org>2004-05-12 00:12:58 +0000
commit7439e4d76e8e9d1941cdf8f821cbe9622df1976e (patch)
tree95b2de126bb28ca29913508ff3d7c42651d1473c /gcc/gcc-cross_3.3.3.oe
parent4a9183d5b17993a34a4398203feebb6d7e721a7b (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.3.3.oe')
-rw-r--r--gcc/gcc-cross_3.3.3.oe18
1 files changed, 2 insertions, 16 deletions
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 = ""