summaryrefslogtreecommitdiff
path: root/lang/gcc5/files/patch-armv6-hf-support
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-02-09 10:40:45 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-02-09 10:40:45 +0000
commit992cf590dca7ad7c8f1966ad63b71e7709d3500b (patch)
tree007b3fbc4ae2a2480c4cfc682ad7a2cd5ab312ea /lang/gcc5/files/patch-armv6-hf-support
parent- add LICENSE (diff)
Remove traces of armv6hf which no longer exists as an arch. [1]
Remove files/patch-unwind-ia64.h: we have not been supporting ia64 with this release series, i.e., ONLY_FOR_ARCHS does not include ia64. No PORTREVISION bump since nothing should actually change for existing/supported platforms. Reported by: andreast [1]
Notes
Notes: svn path=/head/; revision=433720
Diffstat (limited to 'lang/gcc5/files/patch-armv6-hf-support')
-rw-r--r--lang/gcc5/files/patch-armv6-hf-support18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/gcc5/files/patch-armv6-hf-support b/lang/gcc5/files/patch-armv6-hf-support
deleted file mode 100644
index 9352e2cdfcc0..000000000000
--- a/lang/gcc5/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}