diff options
author | sbd <sbd@pkgsrc.org> | 2012-04-13 02:30:45 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-04-13 02:30:45 +0000 |
commit | 94e452f9707cd6e5b3af1e2f24d0dba71bbd35ad (patch) | |
tree | 384cec7a3ec0a7249aa01f281cdd9893ae64bd2a /mk | |
parent | d113f04061a0fde7b84b0b215b2eb3614e3833e0 (diff) | |
download | pkgsrc-94e452f9707cd6e5b3af1e2f24d0dba71bbd35ad.tar.gz |
Inorder to use a native gcc there must be a builtin gcc.
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 |