diff options
author | Gerald Britton <gbritton@doomcom.org> | 2003-12-05 06:54:57 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2003-12-05 06:54:57 +0000 |
commit | 367362d3ec726a2ff566a6c72702acc8c0f07672 (patch) | |
tree | 8a13c73665a75c77629b9decaaf30d827396a9e9 /gcc/gcc-initial-cross_3.3.2.oe | |
parent | b9410067120c8f737ba35f886734d707116611e4 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into doomcom.org:/home/gbritton/devel/OE/packages
2003/12/05 01:54:33-05:00 doomcom.org!gbritton
big toolchain cleanup, mostly uclibc
BKrev: 3fd02bc16TXaLTReYe_27R0jRFcAcw
Diffstat (limited to 'gcc/gcc-initial-cross_3.3.2.oe')
-rw-r--r-- | gcc/gcc-initial-cross_3.3.2.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/gcc-initial-cross_3.3.2.oe b/gcc/gcc-initial-cross_3.3.2.oe index e69de29bb2..d687401007 100644 --- a/gcc/gcc-initial-cross_3.3.2.oe +++ b/gcc/gcc-initial-cross_3.3.2.oe @@ -0,0 +1,15 @@ +include gcc-cross_${PV}.oe + +DEPENDS := virtual/${TARGET_PREFIX}binutils glibc-initial patcher +PROVIDES := virtual/${TARGET_PREFIX}gcc-initial + +EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \ + --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ + --enable-target-optspace \ + --disable-nls \ + --with-gnu-ld \ + --enable-languages=c \ + --disable-shared \ + --disable-threads \ + --enable-multilib \ + --program-prefix=${TARGET_SYS}- |