summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-02 19:38:53 +0000
committerChris Larson <clarson@kergoth.com>2003-10-02 19:38:53 +0000
commit0c04efc906f29850399c42bfd25a87f0410523c2 (patch)
tree74c88a1541002f976f9e2698c8e78789f9cb5ccd
parent66b26446bfe6d0be8cd3e71aa512226ef8c47c1f (diff)
Remove old cross/ dir.
BKrev: 3f7c7ecdf9pxCnr5bE4I3pLsQEk77Q
-rw-r--r--cross/cross-gcc-3.3.1.oe0
-rw-r--r--cross/cross-gcc-initial-3.3.1.oe15
2 files changed, 0 insertions, 15 deletions
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
--- a/cross/cross-gcc-3.3.1.oe
+++ /dev/null
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}
-}