diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-17 13:48:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-17 13:48:47 +0000 |
commit | fee791d70c674f9dc109b44ab31693c37c8f4cab (patch) | |
tree | 92af2b9c8a42359be37c35f74554288630b3a9f4 /packages/gcc/gcc_4.3.0.bb | |
parent | 9c18e09075daa471b7fc2bdb841c3fe731b81b91 (diff) |
gcc: add recipes for 4.3.0 - loads of patches missing, only tested against armv7/glibc-2.6.1/angstrom
Diffstat (limited to 'packages/gcc/gcc_4.3.0.bb')
-rw-r--r-- | packages/gcc/gcc_4.3.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gcc/gcc_4.3.0.bb b/packages/gcc/gcc_4.3.0.bb new file mode 100644 index 0000000000..f191a18f3a --- /dev/null +++ b/packages/gcc/gcc_4.3.0.bb @@ -0,0 +1,10 @@ +PR = "r0" + +require gcc-${PV}.inc +require gcc-configure-target.inc +require gcc-package-target.inc + +SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1" + +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" + |