From efe321655d5e2f675d3e7c4d459fede239e1a1e4 Mon Sep 17 00:00:00 2001 From: sbd Date: Mon, 9 Apr 2012 04:19:24 +0000 Subject: Oops I had the sense inverted for NOGCCERROR. --- mk/platform/Linux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3