summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-11-20 21:24:58 +0000
committermaya <maya@pkgsrc.org>2018-11-20 21:24:58 +0000
commit34c291785f8ed415b9cb794eeb8acbda60e68562 (patch)
tree6f5be475fe766a2cc0a40abb86ae2cd2e944e67a /cross
parentcd0415c290a4dbdcdbb95c3befaaa6a627f24c1b (diff)
downloadpkgsrc-34c291785f8ed415b9cb794eeb8acbda60e68562.tar.gz
arm-none-eabi-gcc: Remove hack for building with clang.
GCC no longer generates super deeply nested code requiring this workaround as of upstream revision 235536
Diffstat (limited to 'cross')
-rw-r--r--cross/arm-none-eabi-gcc/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile
index 31d962bba4d..ea0ce6fa90a 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/10/23 12:02:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2018/11/20 21:24:58 maya Exp $
DISTNAME= gcc-8.2.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -52,14 +52,6 @@ INFO_FILES= yes
PLIST_VARS+= libcpp
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-# geattrtab on neon.md results in a very deeply nested expression
-# with > 255 brackets. This was reported against GCC 4.9.1 at least
-# already, but it seems noone cares enough in GCC to fix the generator.
-CFLAGS+= -fbracket-depth=1024
-.endif
-
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
PLIST.libcpp= yes
.endif