*: Remove hacks for GCC versions prior to 3

This commit is contained in:
nia 2023-07-17 22:08:13 +00:00
parent 20b7e1cef5
commit 4474870bb5
4 changed files with 0 additions and 40 deletions

View File

@ -1,14 +0,0 @@
# $NetBSD: hacks.mk,v 1.2 2005/12/05 20:49:47 rillig Exp $
.if !defined(ADVANCECOMP_HACKS_MK)
ADVANCECOMP_HACKS_MK= # defined
### [Fri Jan 21 21:44:32 UTC 2005 : tv]
### Interix system-supplied g++ 3.3 iostream has no "long long" support
###
.if ${OPSYS} == "Interix"
PKG_HACKS+= g++-iostream-longlong
GCC_REQD+= 3.3.4
.endif
.endif

View File

@ -1,8 +0,0 @@
# $NetBSD: hacks.mk,v 1.1 2006/03/31 17:11:54 jlam Exp $
### [Mon Mar 25 14:45:05 2002 UTC : cjep]
### On arm{,32}, avoid internal compiler errors with old GCC versions.
###
.if (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "arm32")
GCC_REQD+= 2.95.3
.endif

View File

@ -1,9 +0,0 @@
# $NetBSD: hacks.mk,v 1.2 2005/09/02 01:40:20 schmonz Exp $
.include "../../mk/bsd.prefs.mk"
# Avoid gcc optimizer bug on arm platforms
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
PKG_HACKS+= arm-gcc2-optimizer
GCC_REQD+= 3.0
.endif

View File

@ -1,9 +0,0 @@
# $NetBSD: hacks.mk,v 1.2 2005/09/02 01:40:20 schmonz Exp $
.include "../../mk/bsd.prefs.mk"
# Avoid gcc optimizer bug on arm platforms
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
PKG_HACKS+= arm-gcc2-optimizer
GCC_REQD+= 3.0
.endif