ports/devel/msp430/gdb/Makefile

25 lines
406 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
TOOL= gdb
TOOL_V= 7.2a
LTS_V= 20111205
REVISION= 3
GNU_TOOL= Yes
2023-09-22 16:24:11 +00:00
SITES= ${SITE_GNU:=gdb/}
2023-08-16 22:26:55 +00:00
RUN_DEPENDS= devel/msp430/binutils>=2.21.1a \
devel/msp430/gcc>=4.6.3
BUILD_DEPENDS= ${RUN_DEPENDS}
WANTLIB= c expat m curses z
CONFIGURE_ARGS+= --disable-werror
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
# XXX: Tries to install the xml syscall files?
SEPARATE_BUILD= No
.include <bsd.port.mk>