Fix xtensa-esp32-elf-binutils build. Pointed out by aja@

This commit is contained in:
tracey 2021-11-28 14:53:44 +00:00
parent c60d5c9a6f
commit 4d6f051793

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2021/11/18 15:54:27 tracey Exp $
# $OpenBSD: Makefile,v 1.4 2021/11/28 14:53:44 tracey Exp $
COMMENT = binutils for ${CONFIG} cross-development
VERSION = 2.35.1.2020.1223
PKGNAME = ${CONFIG}-binutils-${VERSION}
REVISION = 0
GH_ACCOUNT = espressif
GH_PROJECT = binutils-gdb
@ -10,6 +11,8 @@ GH_TAGNAME = esp-2021r2-binutils
WANTLIB += c z
BUILD_DEPENDS += lang/gawk
CONFIGURE_ARGS += --disable-multilib \
--with-gnu-as \
--with-gnu-ld \