diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-30 15:26:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-30 15:26:55 +0000 |
commit | c491b0c9b2c06239f268cb309083eb21c53e4286 (patch) | |
tree | 0ba93ab4a238fdcd18ff0629201d819dae3326cb /packages/gcc/gcc-cross_4.1.2.bb | |
parent | f0ade73c77036bea989835d91e38af494a1b26d9 (diff) | |
parent | e49ed8da00b7a5d874fd92a806c6b036a726069c (diff) |
propagate from branch 'org.openembedded.dev' (head 968e6781dca5ee420f8b36434c88d54cafe77f35)
to branch 'org.openembedded.dev.avr32' (head facce641a6e2c90f8a2171880eafb72136895681)
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb index 0f63487f2c..306cf9539c 100644 --- a/packages/gcc/gcc-cross_4.1.2.bb +++ b/packages/gcc/gcc-cross_4.1.2.bb @@ -17,4 +17,6 @@ require gcc-package-cross.inc SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " +EXTRA_OECONF_append_avr32= " --disable-libmudflap " + EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" |