mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Catch up with changed binutils prefix some more
The amd64-gcc needs same treatment as amd64-binutils, we need to override BUTARGET in order to account for amd64 vs x86-64 mismatch. Submitted by: lwhsu
This commit is contained in:
parent
067dfcf0d8
commit
d9495fe357
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468277
@ -1,12 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PKGNAMEPREFIX= amd64-
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
||||
GCC_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
|
||||
BU_PREFIX= x86_64-${OPSYS:tl}
|
||||
BU_PREFIX= x86_64-unknown-${OPSYS:tl}${OSREL}
|
||||
FREEBSD_EXTENSION= yes
|
||||
|
||||
BROKEN_aarch64= invalid output constraint '=a' in assembler
|
||||
|
Loading…
Reference in New Issue
Block a user