diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-20 15:48:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-20 15:48:00 +0000 |
commit | 1466348a03b6af7034ca91618a74a33e5665540b (patch) | |
tree | 50954e74709479ce5a62e1a2f53eb385b6a6885a /packages/gcc/gcc-cross_4.1.2.bb | |
parent | 1c5df3f485ba9992931e06d07f28c57a29d89e5e (diff) |
gcc: merge avr32 bits into proper gcc files
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb index 3272876326..0a44a671ee 100644 --- a/packages/gcc/gcc-cross_4.1.2.bb +++ b/packages/gcc/gcc-cross_4.1.2.bb @@ -5,7 +5,7 @@ inherit cross FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" # NOTE: split PR. If the main .oe changes something that affects its *build* # remember to increment this one too. -PR = "r9" +PR = "r10" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" @@ -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}/${BUILD_SYS}" |