summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc_4.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc_4.1.1.bb')
-rw-r--r--meta/packages/gcc/gcc_4.1.1.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/meta/packages/gcc/gcc_4.1.1.bb b/meta/packages/gcc/gcc_4.1.1.bb
index e2d3d25ea8..e32353325a 100644
--- a/meta/packages/gcc/gcc_4.1.1.bb
+++ b/meta/packages/gcc/gcc_4.1.1.bb
@@ -1,4 +1,4 @@
1PR = "r6" 1PR = "r9"
2DESCRIPTION = "The GNU cc and gcc C compilers." 2DESCRIPTION = "The GNU cc and gcc C compilers."
3HOMEPAGE = "http://www.gnu.org/software/gcc/" 3HOMEPAGE = "http://www.gnu.org/software/gcc/"
4SECTION = "devel" 4SECTION = "devel"
@@ -27,19 +27,25 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \
27 file://arm-thumb-cache.patch;patch=1 \ 27 file://arm-thumb-cache.patch;patch=1 \
28 file://ldflags.patch;patch=1 \ 28 file://ldflags.patch;patch=1 \
29 file://cse.patch;patch=1 \ 29 file://cse.patch;patch=1 \
30 file://zecke-xgcc-cpp.patch;patch=1 " 30 file://zecke-xgcc-cpp.patch;patch=1 \
31 file://unbreak-armv4t.patch;patch=1 \
32 file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
33 file://gcc-4.1.1-pr13685-1.patch;patch=1 \
34 "
31 35
32SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " 36SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
33 37
34#Set the fortran bits 38#Set the fortran bits
39# 'fortran' or '', not 'f77' like gcc3 had
35FORTRAN = "" 40FORTRAN = ""
36HAS_GFORTRAN = "no" 41HAS_GFORTRAN = "no"
37HAS_G2C = "no" 42HAS_G2C = "no"
38 43
39#Set the java bits 44#Set the java bits
40JAVA_arm = "" 45JAVA_arm = ""
46JAVA = ""
41 47
42LANGUAGES = "c,c++" 48LANGUAGES = "c,c++${FORTRAN}${JAVA}"
43require gcc3-build.inc 49require gcc3-build.inc
44 50
45 51