summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_4.3.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-01-25 20:47:49 -0800
committerKhem Raj <raj.khem@gmail.com>2009-01-25 20:47:49 -0800
commitec91180cc7efb7fb87a3c0be5de00fa668336813 (patch)
tree6535711badd9c51eade5fbc9cb004d7cd7f98324 /packages/gcc/gcc_4.3.3.bb
parent65aa394746b444a8adf1a43a52161b17b8165d51 (diff)
gcc-4.3.3: New recipe
Diffstat (limited to 'packages/gcc/gcc_4.3.3.bb')
-rw-r--r--packages/gcc/gcc_4.3.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gcc/gcc_4.3.3.bb b/packages/gcc/gcc_4.3.3.bb
new file mode 100644
index 0000000000..55725b0044
--- /dev/null
+++ b/packages/gcc/gcc_4.3.3.bb
@@ -0,0 +1,13 @@
+PR = "r0"
+require gcc-${PV}.inc
+require gcc-configure-target.inc
+require gcc-package-target.inc
+
+# Gcc 4.3.3 installs crt* in a '4.3.1' dir....
+FILES_${PN} += "\
+ ${gcclibdir}/${TARGET_SYS}/*/*.o \
+"
+
+SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1"
+
+ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"