18 lines
366 B
PHP
18 lines
366 B
PHP
|
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.xz
|