1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Update aarch64 patch for binutils 2.25

Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D1516
This commit is contained in:
Ed Maste 2015-01-13 21:26:59 +00:00
parent 9ba775e877
commit 8d1f655216
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376986
2 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,5 @@ PKGNAMEPREFIX= aarch64-
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../binutils/
BROKEN= Patchset for aarch64 not up to date for binutils 2.25
.include "${MASTERDIR}/Makefile"

View File

@ -7,8 +7,8 @@ index 4edcc6a..4c94f69 100644
want64=true
;;
+ aarch64-*-freebsd*)
+ targ_defvec=bfd_elf64_littleaarch64_vec
+ targ_selvecs="bfd_elf64_bigaarch64_vec bfd_elf32_littlearm_vec bfd_elf32_bigarm_vec"
+ targ_defvec=aarch64_elf64_le_vec
+ targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
+ want64=true
+ ;;
aarch64-*-linux*)