SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/xtensa-esp32s2-elf/binutils/Makefile
Normal file
20
devel/xtensa-esp32s2-elf/binutils/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
BROKEN-sparc64 = /tmp/testplug-3405d1.s:2847: Error: can't resolve `.L.str.48'
|
||||
|
||||
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
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue