From: Chris Larson Date: Thu, 2 Oct 2003 19:38:53 +0000 (+0000) Subject: Remove old cross/ dir. X-Git-Tag: Release-2010-05/1~20735 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c04efc906f29850399c42bfd25a87f0410523c2;p=openembedded.git Remove old cross/ dir. BKrev: 3f7c7ecdf9pxCnr5bE4I3pLsQEk77Q --- diff --git a/cross/cross-gcc-3.3.1.oe b/cross/cross-gcc-3.3.1.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/cross/cross-gcc-initial-3.3.1.oe b/cross/cross-gcc-initial-3.3.1.oe deleted file mode 100644 index 5ee0a8ad69..0000000000 --- a/cross/cross-gcc-initial-3.3.1.oe +++ /dev/null @@ -1,15 +0,0 @@ -include cross-gcc-${PV}.oe - -EXTRA_OECONF = --oldincludedir=${prefix}/include --enable-shared \ - --enable-languages=c \ - --disable-shared \ - --disable-threads - -do_configure_append () { - if (grep -q TARGET_LIBGCC2_CFLAGS ${tmake_file}); then - perl -pi -e 's/^(TARGET_LIBGCC2_CFLAGS.*)/$$1 -Dinhibit_libc -D__gthr_posix_h/' ${tmake_file} - else - echo 'TARGET_LIBGCC2_CFLAGS = -Dinhibit_libc -D__gthr_posix_h' >> ${tmake_file} - fi - echo 'T_CFLAGS = -Dinhibit_libc -D__gthr_posix_h' >> ${tmake_file} -}