aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc6-aux
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-06-12 13:19:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-06-12 13:19:55 +0000
commit404e765ea95b264d1aeae7ef2ac31576b6a96275 (patch)
treeb0b57541f4627d9bd71c1bf85ad9bbdc74858093 /lang/gcc6-aux
parentd3559c706fb67881aa9d620d0495783d2067e5a7 (diff)
downloadports-404e765ea95b264d1aeae7ef2ac31576b6a96275.tar.gz
ports-404e765ea95b264d1aeae7ef2ac31576b6a96275.zip
lang/gcc6-aux: Remove useless ARMv6 patch
By Makefile restriction, gcc6-aux can only be built on x86-64 and i386. This restriction is due to a lack of a bootstrap compiler required for Ada. Thus, the recently added ARMv6 patch has no effect (plus gcc6-aux is updated by diff-* patchsets and single patches can interfer with that scheme.)
Notes
Notes: svn path=/head/; revision=416801
Diffstat (limited to 'lang/gcc6-aux')
-rw-r--r--lang/gcc6-aux/files/patch-armv6-hf-support18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/gcc6-aux/files/patch-armv6-hf-support b/lang/gcc6-aux/files/patch-armv6-hf-support
deleted file mode 100644
index 9352e2cdfcc0..000000000000
--- a/lang/gcc6-aux/files/patch-armv6-hf-support
+++ /dev/null
@@ -1,18 +0,0 @@
---- UTC
---- gcc/config.gcc.orig 2016-05-25 22:53:15.930993000 +0200
-+++ gcc/config.gcc 2016-05-25 22:54:06.087115000 +0200
-@@ -1026,11 +1026,9 @@
- case $target in
- armv6*-*-freebsd*)
- tm_defines="${tm_defines} TARGET_FREEBSD_ARMv6=1"
-- ;;
-- esac
-- case $target in
-- arm*hf-*-freebsd*)
-- tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
-+ if test $fbsd_major -ge 11; then
-+ tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
-+ fi
- ;;
- esac
- with_tls=${with_tls:-gnu}