summaryrefslogtreecommitdiff
path: root/lang/gcc46/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-02-27 01:11:53 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-02-27 01:11:53 +0000
commita74bb0926e6db860afa6d6e14d1f09f587378788 (patch)
tree837d94a92032182e9e44f6c76857b9c54242f0f1 /lang/gcc46/files
parent- Add pkg-message (diff)
Update to the 20110226 snapshot of GCC 4.6.0. The change for code
generation on i386 to default to i486 on FreeBSD 6 and above is now upstream, too, so we can shed our specific patch.
Notes
Notes: svn path=/head/; revision=269857
Diffstat (limited to 'lang/gcc46/files')
-rw-r--r--lang/gcc46/files/patch-default-i48625
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/gcc46/files/patch-default-i486 b/lang/gcc46/files/patch-default-i486
deleted file mode 100644
index 370ff70b1e1b..000000000000
--- a/lang/gcc46/files/patch-default-i486
+++ /dev/null
@@ -1,25 +0,0 @@
-2011-02-06 Tijl Coosemans <tijl@coosemans.org>
-
- * config.gcc (i386-*-freebsd*): Default arch is i486.
-
-Index: gcc/config.gcc
-===================================================================
---- gcc/config.gcc (revision 170369)
-+++ gcc/config.gcc (working copy)
-@@ -2795,6 +2795,16 @@
- arch_without_sse2=no
- arch_without_64bit=no
- case ${target} in
-+ i386-*-freebsd*)
-+ if test $fbsd_major -ge 6; then
-+ arch=i486
-+ else
-+ arch=i386
-+ fi
-+ cpu=generic
-+ arch_without_sse2=yes
-+ arch_without_64bit=yes
-+ ;;
- i386-*-*)
- arch=i386
- cpu=i386