Remove old cross/ dir.
authorChris Larson <clarson@kergoth.com>
Thu, 2 Oct 2003 19:38:53 +0000 (19:38 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 2 Oct 2003 19:38:53 +0000 (19:38 +0000)
BKrev: 3f7c7ecdf9pxCnr5bE4I3pLsQEk77Q

cross/cross-gcc-3.3.1.oe [deleted file]
cross/cross-gcc-initial-3.3.1.oe [deleted file]

diff --git a/cross/cross-gcc-3.3.1.oe b/cross/cross-gcc-3.3.1.oe
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/cross/cross-gcc-initial-3.3.1.oe b/cross/cross-gcc-initial-3.3.1.oe
deleted file mode 100644 (file)
index 5ee0a8a..0000000
+++ /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}
-}