pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/arm-none-eabi-gcc
Module Name: pkgsrc
Committed By: maya
Date: Tue Nov 20 21:24:58 UTC 2018
Modified Files:
pkgsrc/cross/arm-none-eabi-gcc: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/cross/arm-none-eabi-gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.19 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.20
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.19 Tue Oct 23 12:02:32 2018
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile Tue Nov 20 21:24:58 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index