ports/devel/riscv32-esp-elf/binutils/Makefile

20 lines
406 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
BROKEN-sparc64 = Error: can't resolve .L.str.48
COMMENT = binutils for ${CONFIG} cross-development
VERSION = 2.35.1.2020.1223
PKGNAME = ${CONFIG}-binutils-${VERSION}
GH_ACCOUNT = espressif
GH_PROJECT = binutils-gdb
GH_TAGNAME = esp-2021r2-binutils
WANTLIB += c z
CONFIGURE_ARGS += --enable-multilib \
--with-gnu-as \
--with-gnu-ld \
--disable-werror \
--disable-gdb
.include <bsd.port.mk>