diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arm-none-eabi-newlib/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/devel/arm-none-eabi-newlib/Makefile b/devel/arm-none-eabi-newlib/Makefile index c5ac4295348..f012fb6ab50 100644 --- a/devel/arm-none-eabi-newlib/Makefile +++ b/devel/arm-none-eabi-newlib/Makefile @@ -1,25 +1,25 @@ # $FreeBSD$ -PORTNAME= newlib -PORTVERSION= 2.4.0 -CATEGORIES= devel -MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}/ \ - SOURCEWARE/${PORTNAME} -PKGNAMEPREFIX= ${NEWLIB_TARGET}- +PORTNAME= newlib +PORTVERSION= 2.4.0 +CATEGORIES= devel +MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}/ \ + SOURCEWARE/${PORTNAME} +PKGNAMEPREFIX= ${NEWLIB_TARGET}- -MAINTAINER= bsdports@kyle-evans.net -COMMENT= Newlib distribution for ${NEWLIB_TARGET} targets +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Newlib distribution for ${NEWLIB_TARGET} targets -BUILD_DEPENDS+= ${NEWLIB_TARGET}-ar:devel/${NEWLIB_TARGET}-binutils \ - ${NEWLIB_TARGET}-as:devel/${NEWLIB_TARGET}-binutils \ - ${NEWLIB_TARGET}-ld:devel/${NEWLIB_TARGET}-binutils \ - ${LOCALBASE}/bin/${NEWLIB_TARGET}-gcc:devel/${NEWLIB_TARGET}-gcc +BUILD_DEPENDS+= ${NEWLIB_TARGET}-ar:devel/${NEWLIB_TARGET}-binutils \ + ${NEWLIB_TARGET}-as:devel/${NEWLIB_TARGET}-binutils \ + ${NEWLIB_TARGET}-ld:devel/${NEWLIB_TARGET}-binutils \ + ${LOCALBASE}/bin/${NEWLIB_TARGET}-gcc:devel/${NEWLIB_TARGET}-gcc -NEWLIB_TARGET= arm-none-eabi +NEWLIB_TARGET?= arm-none-eabi -USES= gmake makeinfo -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --target="${NEWLIB_TARGET}" --disable-newlib-supplied-syscalls +USES= gmake makeinfo +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} --target="${NEWLIB_TARGET}" --disable-newlib-supplied-syscalls # Disable installation of .info files and fix includedir reference. post-patch: |