diff options
Diffstat (limited to 'packages/gcc/gcc-4.1.1.inc')
-rw-r--r-- | packages/gcc/gcc-4.1.1.inc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/packages/gcc/gcc-4.1.1.inc b/packages/gcc/gcc-4.1.1.inc index 6796eea9ce..4d0c935d59 100644 --- a/packages/gcc/gcc-4.1.1.inc +++ b/packages/gcc/gcc-4.1.1.inc @@ -36,18 +36,9 @@ SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " SRC_URI_append_linux = " file://ppc-gcc-41-20060515.patch;patch=1 \ file://ppc-sfp-long-double-gcc411-7.patch;patch=1 " - -#Set the fortran bits -# 'fortran' or '', not 'f77' like gcc3 had +# Language Overrides FORTRAN = "" - -#Set the java bits -JAVA_arm = "" JAVA = "" -LANGUAGES = "c,c++${FORTRAN}${JAVA}" -require gcc3-build.inc - - EXTRA_OECONF += " --disable-libssp " |