[oe-commits] unknown gcc: move avr32 stuff into gcc recipe and update to 4.2.1

koen commit openembedded-commits at lists.openembedded.org
Wed Jan 23 18:03:06 UTC 2008


gcc: move avr32 stuff into gcc recipe and update to 4.2.1

Author: koen at openembedded.org
Branch: unknown
Revision: a414dc46e541df164d5a06d92872b50e0e22d17f
ViewMTN: http://monotone.openembedded.org/revision/info/a414dc46e541df164d5a06d92872b50e0e22d17f
Files:
1
packages/gcc/avr32-gcc-cross_4.1.2.bb
packages/gcc/avr32-gcc_4.1.2.bb
packages/gcc/gcc_4.2.1.bb
Diffs:

#
# mt diff -r4a915ee0a28076c53049330f3f2e58c7b85ef7a8 -ra414dc46e541df164d5a06d92872b50e0e22d17f
#
# 
# 
# delete "packages/gcc/avr32-gcc-cross_4.1.2.bb"
# 
# delete "packages/gcc/avr32-gcc_4.1.2.bb"
# 
# patch "packages/gcc/gcc_4.2.1.bb"
#  from [71acc245b0c9e7c137053c4b1f61cd2d5830d6d0]
#    to [d181ab50f5fc5171256a52dfc5df999bd481326d]
# 
============================================================
--- packages/gcc/gcc_4.2.1.bb	71acc245b0c9e7c137053c4b1f61cd2d5830d6d0
+++ packages/gcc/gcc_4.2.1.bb	d181ab50f5fc5171256a52dfc5df999bd481326d
@@ -1,4 +1,4 @@
-PR = "r5"
+PR = "r6"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
@@ -41,6 +41,32 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
         file://gfortran.patch;patch=1 \
 "
 
+SRC_URI_avr32 = " http://ewi546.ewi.utwente.nl/tmp/avr32-gcc-4.2.1-atmel.1.0.1.tar.gz \
+        file://100-uclibc-conf.patch;patch=1 \
+        file://103-uclibc-conf-noupstream.patch;patch=1 \
+        file://200-uclibc-locale.patch;patch=1 \
+        file://203-uclibc-locale-no__x.patch;patch=1 \
+        file://204-uclibc-locale-wchar_fix.patch;patch=1 \
+        file://205-uclibc-locale-update.patch;patch=1 \
+        file://300-libstdc++-pic.patch;patch=1 \
+        file://301-missing-execinfo_h.patch;patch=1 \
+        file://302-c99-snprintf.patch;patch=1 \
+        file://303-c99-complex-ugly-hack.patch;patch=1 \
+        file://304-index_macro.patch;patch=1 \
+        file://305-libmudflap-susv3-legacy.patch;patch=1 \
+        file://306-libstdc++-namespace.patch;patch=1 \
+        file://307-locale_facets.patch;patch=1 \
+        file://402-libbackend_dep_gcov-iov.h.patch;patch=1 \
+        file://602-sdk-libstdc++-includes.patch;patch=1 \
+        file://740-sh-pr24836.patch;patch=1 \
+        file://904-flatten-switch-stmt-00.patch;patch=1 \
+        file://gcc41-configure.in.patch;patch=1 \
+        file://ldflags.patch;patch=1 \
+        file://zecke-xgcc-cpp.patch;patch=1 \
+        file://cache-amnesia.patch;patch=1 \
+        file://gfortran.patch;patch=1 \
+"
+
 SRC_URI_append_ep93xx = " \
         file://arm-crunch-saveregs.patch;patch=1 \
         file://arm-crunch-20000320.patch;patch=1 \
@@ -79,5 +105,5 @@ ARCH_FLAGS_FOR_TARGET=-isystem${STAGING_
 ARCH_FLAGS_FOR_TARGET=-isystem${STAGING_INCDIR}
 
 
-EXTRA_OECONF += " --disable-libssp --disable-bootstrap "
+EXTRA_OECONF += " --disable-libgomp --disable-libssp --disable-bootstrap "
 






More information about the Openembedded-commits mailing list