aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc492
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-13 10:41:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-13 10:41:49 +0000
commit28de4b0ffe0aab25a734e70626bfe9bf2d7f8006 (patch)
treee577df3cd3a6218c902dcc9ec1208aff5cdd1b29 /devel/arm-none-eabi-gcc492
parent70267d209b4cb9b952c98a25e35d4af3f9021fbf (diff)
downloadports-28de4b0ffe0aab25a734e70626bfe9bf2d7f8006.tar.gz
ports-28de4b0ffe0aab25a734e70626bfe9bf2d7f8006.zip
Notes
Diffstat (limited to 'devel/arm-none-eabi-gcc492')
-rw-r--r--devel/arm-none-eabi-gcc492/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/arm-none-eabi-gcc492/Makefile b/devel/arm-none-eabi-gcc492/Makefile
index 4454ee37a12c..dd5b75e68d8d 100644
--- a/devel/arm-none-eabi-gcc492/Makefile
+++ b/devel/arm-none-eabi-gcc492/Makefile
@@ -25,13 +25,11 @@ PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
OPSYS=${OPSYS:tl} \
GCC_TARGET=${GCC_TARGET}
-PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKSRC= ${WRKDIR}/build-gcc
-
GCC_TARGET= arm-none-eabi
BU_PREFIX?= ${GCC_TARGET}
GNU_CONFIGURE= yes
+CONFIGURE_OUTSOURCE= yes
# libstdcxx won't build, but we don't need it or multiple float-abi libs.
CONFIGURE_ARGS= --target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \
--without-headers \
@@ -43,8 +41,6 @@ CONFIGURE_ARGS= --target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \
--disable-libstdcxx \
--disable-multilib
-CONFIGURE_SCRIPT= ../${PORTNAME}-${PORTVERSION}/configure
-
PLIST= ${.CURDIR}/pkg-plist
# U-Boot requires libgcc, crossbuild and install it along with the compiler.
@@ -55,9 +51,6 @@ INSTALL_TARGET= install-gcc install-target-libgcc
CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL}
-post-extract:
- @${MKDIR} ${WRKSRC}
-
post-stage:
@if [ -f ${STAGEDIR}${PREFIX}/bin/cpp ] ; then \
${MV} ${STAGEDIR}${PREFIX}/bin/cpp \