summaryrefslogtreecommitdiff
path: root/wm/windowmaker/hacks.mk
blob: a688966805def44915014f89c3ad4db0fd0052f5 (plain)
1
2
3
4
5
6
7
# $NetBSD: hacks.mk,v 1.1 2007/06/21 00:58:04 minskim Exp $

# Disable inline assembly on i386 until GCC Bug #25221 is fixed.
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25221
.if !empty(CC_VERSION:Mgcc-4.*)
CONFIGURE_ENV+=	ac_cv_c_inline_asm=no
.endif