summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/compiler/gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index 67742e5909a..c876bdd2530 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.103 2010/03/15 08:27:49 adam Exp $
+# $NetBSD: gcc.mk,v 1.104 2010/04/24 08:33:19 obache Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -117,7 +117,7 @@ _GCC_VERSION!= ${_CC} -dumpversion
_GCC_VERSION= 0
. endif
.endif
-_GCC_PKG= gcc-${_GCC_VERSION}
+_GCC_PKG= gcc-${_GCC_VERSION:C/-.*$//}
.if !empty(_CC:M${LOCALBASE}/*)
_IS_BUILTIN_GCC= NO