mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue