]> git.pld-linux.org Git - packages/crossavr-gcc.git/commitdiff
- patches to support atmega256x
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Apr 2007 18:53:00 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  info from this post: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=42631

Changed files:
    crossavr-gcc.spec -> 1.29

crossavr-gcc.spec

index 32976e3b161fa42d18b5bd16106c2ffc431ca3ac..b1f9ffd363ec484ee3bdd29641fa9c4ab08d3b1f 100644 (file)
@@ -7,6 +7,13 @@ Summary(tr.UTF-8):     GNU geliştirme araçları - AVR gcc
 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
@@ -53,6 +60,13 @@ Ten pakiet dodaje obsługę C++ do kompilatora gcc dla AVR.
 
 %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}
@@ -72,6 +86,7 @@ TEXCONFIG=false \
        --disable-shared \
        --disable-libssp \
        --enable-languages="c,c++" \
+       --with-dwarf2 \
        --with-gnu-as \
        --with-gnu-ld \
        --with-system-zlib \
This page took 0.138589 seconds and 4 git commands to generate.