]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- updated from FC and tuned
authortommat <tommat@pld-linux.org>
Mon, 25 May 2009 04:59:11 +0000 (04:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-moresparcs.patch -> 1.3

gcc-moresparcs.patch

index 84ae68a0d04f3614f0748804f41d222cfde1b639..980c423276ec569b743e8b4e0a57a539f28f51d5 100644 (file)
@@ -1,22 +1,40 @@
---- gcc-4.2.3/gcc/config.gcc.orig      2008-03-20 09:45:43.000000000 +0000
-+++ gcc-4.2.3/gcc/config.gcc   2008-03-20 09:45:56.000000000 +0000
-@@ -2164,7 +2164,7 @@
+--- 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*)
+       tmake_file="sparc/t-elf sparc/t-crtfm"
        extra_parts="crti.o crtn.o crtbegin.o crtend.o"
-       use_fixproto=yes
        ;;
 -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/linux.h"
++sparc-*-linux* | sparcv[789]*-*-linux*)               # SPARC's running GNU/Linux, libc6
+       tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h"
        extra_options="${extra_options} sparc/long-double-switch.opt"
-       tmake_file="${tmake_file} sparc/t-linux sparc/t-crtfm"
---- gcc-4.3.1-RC-20080523/libgcc/config.host.orig      2008-05-27 13:07:34.000000000 +0000
-+++ gcc-4.3.1-RC-20080523/libgcc/config.host   2008-05-27 13:08:52.000000000 +0000
-@@ -572,7 +572,7 @@
+       tmake_file="${tmake_file} sparc/t-linux"
+@@ -2287,7 +2287,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*
+               *) 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 linux.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
++++ libgcc/config.host 2008-04-24 15:46:49.000000000 -0500
+@@ -572,7 +572,7 @@ sparc64-*-openbsd*)
        ;;
  sparc-*-elf*)
        ;;
 -sparc-*-linux*)               # SPARC's running GNU/Linux, libc6
-+sparc-*-linux* | sparcv[789]-*-linux*)                # SPARC's running GNU/Linux, libc6
++sparc-*-linux* | sparcv[789]*-*-linux*)               # SPARC's running GNU/Linux, libc6
+       extra_parts="$extra_parts crtfastmath.o"
+       tmake_file="${tmake_file} sparc/t-crtfm"
+       ;;
+@@ -590,7 +590,7 @@ sparc-wrs-vxworks)
+       ;;
+ sparc64-*-freebsd*|ultrasparc-*-freebsd*)
+       ;;
+-sparc64-*-linux*)             # 64-bit SPARC's running GNU/Linux
++sparc64*-*-linux*)            # 64-bit SPARC's running GNU/Linux
        extra_parts="$extra_parts crtfastmath.o"
        tmake_file="${tmake_file} sparc/t-crtfm"
        ;;
This page took 0.041325 seconds and 4 git commands to generate.