]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- updated for 4.5..
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 16 Apr 2010 08:27:45 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-moresparcs.patch -> 1.5

gcc-moresparcs.patch

index 9f7d0761969bfc0076105373e13bfdcf1fc7c344..df1ca70781997ee81ea994ec3ee17458eb756e80 100644 (file)
@@ -1,21 +1,21 @@
 --- gcc/config.gcc.jj  2008-04-24 15:42:46.000000000 -0500
 +++ gcc/config.gcc     2008-04-24 15:44:51.000000000 -0500
-@@ -2175,7 +2175,7 @@ sparc-*-elf*)
+@@ -2370,7 +2370,7 @@
        tmake_file="sparc/t-elf sparc/t-crtfm"
        extra_parts="crti.o crtn.o crtbegin.o crtend.o"
        ;;
 -sparc-*-linux*)               # SPARC's running GNU/Linux, libc6
 +sparc-*-linux* | sparcv[789]*-*-linux*)               # SPARC's running GNU/Linux, libc6
-       tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/gas.h linux.h"
+       tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h"
        extra_options="${extra_options} sparc/long-double-switch.opt"
        tmake_file="${tmake_file} sparc/t-linux"
-@@ -2287,7 +2287,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*
+@@ -2458,7 +2458,7 @@
                *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
        esac
        ;;
 -sparc64-*-linux*)             # 64-bit SPARC's running GNU/Linux
 +sparc64*-*-linux*)            # 64-bit SPARC's running GNU/Linux
-       tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/gas.h linux.h sparc/linux64.h"
+       tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h sparc/linux64.h"
        extra_options="${extra_options} sparc/long-double-switch.opt"
        tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
 --- libgcc/config.host.jj      2008-04-24 15:46:19.000000000 -0500
This page took 0.203399 seconds and 4 git commands to generate.