]> git.pld-linux.org Git - packages/crossavr-binutils.git/commitdiff
- add gcc 4.4.0 patch
authorBartłomiej Zimoń <cactus@pld-linux.org>
Thu, 7 Oct 2010 14:44:14 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossavr-binutils-gcc44.patch -> 1.1
    crossavr-binutils.spec -> 1.34

crossavr-binutils-gcc44.patch [new file with mode: 0644]
crossavr-binutils.spec

diff --git a/crossavr-binutils-gcc44.patch b/crossavr-binutils-gcc44.patch
new file mode 100644 (file)
index 0000000..e381327
--- /dev/null
@@ -0,0 +1,11 @@
+--- binutils-2.19.1/gas/config/tc-avr.c.orig   2010-10-06 22:13:33.000000000 +0200
++++ binutils-2.19.1/gas/config/tc-avr.c        2010-10-07 00:23:10.353333402 +0200
+@@ -1261,7 +1261,7 @@
+     }
+   else
+     {
+-      switch (fixP->fx_r_type)
++      switch ((int) fixP->fx_r_type)
+       {
+       case -BFD_RELOC_AVR_HI8_LDI_NEG:
+       case -BFD_RELOC_AVR_HI8_LDI:
index 9fec0a7c3f5a1e496db3b6156042d325cc02f982..ec32503835626d06b77f25931b5f0ad9b9ea8b17 100644 (file)
@@ -18,6 +18,7 @@ Patch3:               %{name}-data-origin.patch
 Patch4:                %{name}-xmega.patch
 Patch5:                %{name}-xmega2.patch
 Patch6:                %{name}-atmega32u6.patch
 Patch4:                %{name}-xmega.patch
 Patch5:                %{name}-xmega2.patch
 Patch6:                %{name}-atmega32u6.patch
+Patch7:                %{name}-gcc44.patch
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash
@@ -66,6 +67,7 @@ Ten pakiet zawiera wersję skrośną generującą kod dla Atmel AVR.
 %patch4 -p0
 %patch5 -p0
 %patch6 -p0
 %patch4 -p0
 %patch5 -p0
 %patch6 -p0
+%patch7 -p1
 
 %build
 cp /usr/share/automake/config.sub .
 
 %build
 cp /usr/share/automake/config.sub .
This page took 0.082051 seconds and 4 git commands to generate.