diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/compiler/gcc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index 9b844e354a4..e255c6804a1 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.114 2012/03/06 11:39:55 hans Exp $ +# $NetBSD: gcc.mk,v 1.115 2012/04/13 02:30:45 sbd Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -393,7 +393,7 @@ _USE_GCC_SHLIB?= yes . endif .endif -.if !empty(USE_NATIVE_GCC:M[yY][eE][sS]) +.if !empty(USE_NATIVE_GCC:M[yY][eE][sS]) && !empty(_IS_BUILTIN_GCC:M[yY][eE][sS]) _USE_PKGSRC_GCC= no .endif |