summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/Linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index 45500bcfa84..bcc7e4b63c0 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.49 2012/03/19 12:34:17 joerg Exp $
+# $NetBSD: Linux.mk,v 1.50 2012/04/09 04:19:24 sbd Exp $
#
# Variable definitions for the Linux operating system.
@@ -94,6 +94,6 @@ GLIBC_VERSION= ${_GLIBC_VERSION_CMD:sh}
.endif
# If this is defined pass it to the make process.
-.if !defined(NOGCCERROR)
+.if defined(NOGCCERROR)
MAKE_ENV+= NOGCCERROR=true
.endif