diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-18 09:44:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-18 09:44:43 +0100 |
commit | cc3fc4ef390784b172a42d9b7e51f57b11c76beb (patch) | |
tree | 11698d99d39d13862dc5ddef7bfd654a949cd845 /packages/gcc/gcc-csl-arm-2008q3.inc | |
parent | 0ea95a4869e7df81227ccbccc46147d43ad5bd61 (diff) |
gcc-csl-arm-2008q3: rediff gcc-flags-for-build.patch and gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
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" |