21 lines
420 B
Makefile
21 lines
420 B
Makefile
|
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}
|
||
|
REVISION = 1
|
||
|
|
||
|
GH_ACCOUNT = espressif
|
||
|
GH_PROJECT = binutils-gdb
|
||
|
GH_TAGNAME = esp-2021r2-binutils
|
||
|
|
||
|
WANTLIB += c z
|
||
|
|
||
|
CONFIGURE_ARGS += --disable-multilib \
|
||
|
--with-gnu-as \
|
||
|
--with-gnu-ld \
|
||
|
--disable-werror \
|
||
|
--disable-gdb
|
||
|
|
||
|
.include <bsd.port.mk>
|