diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-29 13:46:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-29 13:46:08 +0000 |
commit | fb66e592cba4e91fdb85570cfb51e4110ea75b28 (patch) | |
tree | 018f99af09b92a1ec7734192984798db855ccac7 /packages/gcc/gcc-cross_4.1.2.bb | |
parent | 82ef14e73032b4364c7ef2b372f9868f5ceed793 (diff) | |
parent | 8c1a5e33bf439c0274b795cc580a30c5de951df7 (diff) |
propagate from branch 'org.openembedded.dev' (head 0238eff8862126ac83c3f05d7a6fb094feff89e9)
to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
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 f7a00d8afc..cfb805a0ed 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}" |