summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.2.2.inc
diff options
context:
space:
mode:
authorGeoffrey Wossum <gwossum@acm.org>2008-04-29 23:57:43 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-04-29 23:57:43 +0000
commit40004b34f8d2509b3a371c1fad0b4b9ae8371ddd (patch)
tree7a60afe731578859174e772d423d8821f3e5bf6f /packages/gcc/gcc-4.2.2.inc
parent4da48f0256d846c0f7b955bc491395456dc8edb5 (diff)
gcc-4.2.2: Add AVR32 patch 1.0.9 from Atmel.
Diffstat (limited to 'packages/gcc/gcc-4.2.2.inc')
-rw-r--r--packages/gcc/gcc-4.2.2.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.2.2.inc b/packages/gcc/gcc-4.2.2.inc
index 02fe1162bc..1392b3e830 100644
--- a/packages/gcc/gcc-4.2.2.inc
+++ b/packages/gcc/gcc-4.2.2.inc
@@ -40,6 +40,13 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://intermask-bigendian.patch;patch=1 \
"
+
+SRC_URI_append_avr32 = " \
+ file://gcc-4.2.2.atmel.1.0.8.patch.bz2;patch=1 \
+ file://901-avr32-no-cond-exec-before-reload-by-default.patch;patch=1 \
+"
+
+
SRC_URI_append_ep93xx = " \
file://arm-crunch-saveregs.patch;patch=1 \
file://arm-crunch-20000320.patch;patch=1 \
@@ -71,4 +78,4 @@ JAVA = ""
EXTRA_OECONF_BASE = "--disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
-ARM_INSTRUCTION_SET = "arm" \ No newline at end of file
+ARM_INSTRUCTION_SET = "arm"