mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Remove files/patch-armv6-hf-support since armv6hf no longer exists as
an arch. Reported by: andreast
This commit is contained in:
parent
016398e9c2
commit
ba900c6b38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437435
1 changed files with 0 additions and 18 deletions
|
@ -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}
|
Loading…
Add table
Reference in a new issue