diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-14 21:10:46 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-14 21:10:46 +0000 |
commit | a7b8b908934222345f5c78f5172dff117e1c2489 (patch) | |
tree | 6e11fcb274e555c4b68320d66d65fbfac45678f4 /gcc/gcc-initial-uclibc-cross_3.3.1.oe | |
parent | 1d53017dcc04b1619c228059c1cc8094721f4edd (diff) |
More fixes per seperator change.
BKrev: 3f8c6656MFPMVnm7SgylaeVMS381Eg
Diffstat (limited to 'gcc/gcc-initial-uclibc-cross_3.3.1.oe')
-rw-r--r-- | gcc/gcc-initial-uclibc-cross_3.3.1.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/gcc-initial-uclibc-cross_3.3.1.oe b/gcc/gcc-initial-uclibc-cross_3.3.1.oe index e69de29bb2..8ed3f74870 100644 --- a/gcc/gcc-initial-uclibc-cross_3.3.1.oe +++ b/gcc/gcc-initial-uclibc-cross_3.3.1.oe @@ -0,0 +1,16 @@ +include gcc-uclibc-cross_${PV}.oe + +DEPENDS := virtual/${TARGET_SYS}-binutils \ + virtual/uclibc-headers patcher +PROVIDES := virtual/${TARGET_SYS}-gcc-initial + +EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/usr/local \ + --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ + --enable-target-optspace \ + --disable-nls \ + --with-gnu-ld \ + --disable-__cxa_atexit \ + --enable-languages=c \ + --disable-shared \ + --enable-multilib \ + --program-prefix=${TARGET_SYS}- |