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 | a3e83ce7e2303ae986163e804214eb3ec44e7758 (patch) | |
tree | 384cec7a3ec0a7249aa01f281cdd9893ae64bd2a /mk/compiler | |
parent | bc9f999757a1ca88314d2de0edb4dba0d7f080af (diff) | |
download | pkgsrc-a3e83ce7e2303ae986163e804214eb3ec44e7758.tar.gz |
Inorder to use a native gcc there must be a builtin gcc.
Diffstat (limited to 'mk/compiler')
-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 |