From a74bb0926e6db860afa6d6e14d1f09f587378788 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 27 Feb 2011 01:11:53 +0000 Subject: 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. --- lang/gcc46/files/patch-default-i486 | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 lang/gcc46/files/patch-default-i486 (limited to 'lang/gcc46/files') 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 - - * 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 -- cgit v1.2.3