summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.1.2.inc
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-06 21:24:27 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-06 21:24:27 +0200
commit77c8a823d4490619a247b0d4c0897761003acf98 (patch)
treee573acd7d8835d74d2681ad7cebe5c1a97736050 /recipes/gcc/gcc-4.1.2.inc
parentefaed573357cafd2cd54c700ae2eab18014882e7 (diff)
downloadopenembedded-77c8a823d4490619a247b0d4c0897761003acf98.tar.gz
gcc 4.1.2: added support for nios2
patches are lifted from the windriver toolchain (see http://www.nioswiki.com/Build_the_gcc4_toolchain) also fixed a few issues for use on 64 bit systems. as there is no functional change for non nios2 change no PR bump is needed (new patches are only applied for nios2) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.1.2.inc')
-rw-r--r--recipes/gcc/gcc-4.1.2.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.1.2.inc b/recipes/gcc/gcc-4.1.2.inc
index e89a8de241..3b6cf30913 100644
--- a/recipes/gcc/gcc-4.1.2.inc
+++ b/recipes/gcc/gcc-4.1.2.inc
@@ -33,6 +33,12 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "
+SRC_URI_append_nios2 = " \
+ file://gcc-nios2.patch \
+ file://gcc-config-nios2.patch \
+ file://nios2-lib-flags.patch \
+ "
+
SRC_URI_avr32 = "http://www.angstrom-distribution.org/unstable/sources/gcc-4.1.2-atmel.1.1.0.tar.gz;name=atmel \
# file://100-uclibc-conf.patch \
# file://200-uclibc-locale.patch \