blob: 908837066d5d5fa2dc18894c6e81f7db929288bc (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: hacks.mk,v 1.1.1.1 2006/09/26 07:19:41 martti Exp $
# the autoconf test for the Darwin linker wrongly succeeds when using
# icc/Linux because icc ignores unknown flags. override this brain
# damage.
.if ${OPSYS} != "Darwin"
CONFIGURE_ENV+= ac_cv_ld_darwin=no
.endif
|