Allow this to build with compilers other than cc/gcc.

This commit is contained in:
naddy 2002-07-21 00:11:11 +00:00
parent d85734fcdd
commit b03fa7dd3c

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-RULES_rules_cnf,v 1.1 2002/07/21 00:11:11 naddy Exp $
--- RULES/rules.cnf.orig Sun Jul 21 02:06:53 2002
+++ RULES/rules.cnf Sun Jul 21 02:07:22 2002
@@ -33,8 +33,9 @@ $(OINCSDIR):
#
# Hack until the <mach>-<os>-*cc.rul files are updated
#
-_HCCCOM= $(OARCH:%-gcc=gcc)
-HCCCOM= $(_HCCCOM:%-cc=cc)
+#_HCCCOM= $(OARCH:%-gcc=gcc)
+#HCCCOM= $(_HCCCOM:%-cc=cc)
+HCCCOM= $(C_ARCH)
_CCCOM= $(_UNIQ)$(CCCOM)
__CCCOM= $(_CCCOM:$(_UNIQ)=$(HCCCOM))