pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/arm-none-eabi-gcc arm-none-eabi-gcc: Remove hack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/691817d62384
branches:  trunk
changeset: 315299:691817d62384
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Nov 20 21:24:58 2018 +0000

description:
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:

 cross/arm-none-eabi-gcc/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r d6dafddcfc42 -r 691817d62384 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Tue Nov 20 21:24:02 2018 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Tue Nov 20 21:24:58 2018 +0000
@@ -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 @@
 
 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