SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
31
devel/xtensa-esp32s3-elf/gdb/Makefile
Normal file
31
devel/xtensa-esp32s3-elf/gdb/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
COMMENT = gdb for ${CONFIG} cross-development
|
||||
|
||||
VERSION = 2.35.1.2021.2
|
||||
PKGNAME = ${CONFIG}-gdb-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
GH_ACCOUNT = espressif
|
||||
GH_PROJECT = binutils-gdb
|
||||
GH_TAGNAME = esp-2021r2-gdb
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} c curses expat m z
|
||||
|
||||
BUILD_DEPENDS = devel/libtool \
|
||||
devel/bison \
|
||||
devel/xtensa-esp32-elf/binutils
|
||||
RUN_DEPENDS += devel/xtensa-esp32-elf/binutils
|
||||
|
||||
CONFIGURE_ARGS += --enable-commonbfdlib=no \
|
||||
--with-cross-host=yes \
|
||||
--disable-werror \
|
||||
--without-guile \
|
||||
--without-lzma \
|
||||
--disable-binutils \
|
||||
--disable-ld \
|
||||
--disable-gas \
|
||||
--disable-gprof \
|
||||
--disable-install-libiberty \
|
||||
--enable-gdb \
|
||||
--enable-sim
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue