openbsd-ports/devel/arm-none-eabi/Makefile.inc
2022-03-11 18:49:30 +00:00

18 lines
367 B
Makefile

CONFIG?= arm-none-eabi
PKGNAME?= ${CONFIG}-${DISTNAME}
FULLPKGNAME?= ${PKGNAME}
CATEGORIES+= devel
# GPLv3
# For newlib: multiple copyrights, but basically BSD.
# See: ${PREFIX}/share/doc/newlib
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--target=${CONFIG} \
--disable-shared \
--disable-nls \
--disable-werror
EXTRACT_SUFX?= .tar.bz2