SPECS: crossavr-gcc.spec - patches to support atmega256x info fr...

glen glen at pld-linux.org
Mon Apr 9 20:53:05 CEST 2007


Author: glen                         Date: Mon Apr  9 18:53:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patches to support atmega256x
  info from this post: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=42631

---- Files affected:
SPECS:
   crossavr-gcc.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SPECS/crossavr-gcc.spec
diff -u SPECS/crossavr-gcc.spec:1.28 SPECS/crossavr-gcc.spec:1.29
--- SPECS/crossavr-gcc.spec:1.28	Mon Apr  9 15:27:51 2007
+++ SPECS/crossavr-gcc.spec	Mon Apr  9 20:53:00 2007
@@ -8,6 +8,13 @@
 Name:		crossavr-gcc
 Version:	4.1.2
 Release:	2
+Patch0:		%{name}-0b-constants.patch
+Patch1:		%{name}-attribute_alias.patch
+Patch2:		%{name}-bug25672.patch
+Patch3:		%{name}-dwarf.patch
+Patch4:		%{name}-libiberty-Makefile.in.patch
+Patch5:		%{name}-newdevices.patch
+Patch6:		%{name}-zz-atmega256x.patch
 Epoch:		1
 License:	GPL
 Group:		Development/Languages
@@ -54,6 +61,13 @@
 
 %prep
 %setup -q -n gcc-%{version}
+%patch0 -p0
+%patch1 -p0
+%patch2 -p0
+%patch3 -p0
+%patch4 -p0
+%patch5 -p0
+%patch6 -p0
 
 %build
 rm -rf obj-%{target}
@@ -73,6 +87,7 @@
 	--disable-shared \
 	--disable-libssp \
 	--enable-languages="c,c++" \
+	--with-dwarf2 \
 	--with-gnu-as \
 	--with-gnu-ld \
 	--with-system-zlib \
@@ -140,6 +155,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2007/04/09 18:53:00  glen
+- patches to support atmega256x
+  info from this post: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=42631
+
 Revision 1.28  2007/04/09 13:27:51  glen
 - package /usr/avr dir
 - check-files cleanup
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/crossavr-gcc.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list