mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Enable building on amd64, by renaming it to x86_64 for the configure
step.
This commit is contained in:
parent
771d9e0e1c
commit
b73217da32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109162
@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-install-libbfd \
|
||||
--enable-commonbfdlib \
|
||||
--disable-nls \
|
||||
--enable-targets=all
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
CONFIGURE_ARGS+= --host=x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
INFO= bfd
|
||||
|
Loading…
Reference in New Issue
Block a user