82de3b9fd0
ctors and dtors.
14 lines
316 B
Makefile
14 lines
316 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2005/01/25 20:26:06 tv Exp $
|
|
|
|
.ifndef JADE_HACKS_MK
|
|
JADE_HACKS_MK= # defined
|
|
|
|
### [Tue Jan 25 20:25:41 UTC 2005 : tv]
|
|
### Interix system-supplied g++ 3.3 is generating broken global ctors/dtors
|
|
###
|
|
.if ${OPSYS} == "Interix"
|
|
PKG_HACKS+= g++-broken-globals
|
|
GCC_REQD+= 3.3.4
|
|
.endif
|
|
|
|
.endif
|