diff options
Diffstat (limited to 'packages/gcc/gcc-csl-arm-2008q3.inc')
-rw-r--r-- | packages/gcc/gcc-csl-arm-2008q3.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gcc/gcc-csl-arm-2008q3.inc b/packages/gcc/gcc-csl-arm-2008q3.inc index 059c74210c..f629e63822 100644 --- a/packages/gcc/gcc-csl-arm-2008q3.inc +++ b/packages/gcc/gcc-csl-arm-2008q3.inc @@ -10,8 +10,8 @@ SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-20 file://arm-nolibfloat.patch;patch=1 \ file://arm-softfloat.patch;patch=1 \ # file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \ -# file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ -# file://gcc-flags-for-build.patch;patch=1 \ + file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ + file://gcc-flags-for-build.patch;patch=1 \ " @@ -24,7 +24,7 @@ do_unpack2() { # Language Overrides FORTRAN = "" -#FORTRAN_linux-gnueabi = ",fortran" +FORTRAN_linux-gnueabi = ",fortran" #JAVA = ",java" EXTRA_OECONF_BASE = "--enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap" |