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-cross-initial_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-cross-initial_4.3.0.bb')
-rw-r--r-- | packages/gcc/gcc-cross-initial_4.3.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross-initial_4.3.0.bb b/packages/gcc/gcc-cross-initial_4.3.0.bb new file mode 100644 index 0000000000..fe326d304b --- /dev/null +++ b/packages/gcc/gcc-cross-initial_4.3.0.bb @@ -0,0 +1,5 @@ +require gcc-cross_${PV}.bb +require gcc-cross-initial.inc + +EXTRA_OECONF += "--disable-libmudflap --disable-libgomp \ + --disable-libssp" |