aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sdd/files/patch-RULES_rules.cnf
blob: 914eb9523558eb561a3a7f98cc736d13a5a817af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

$FreeBSD$

--- RULES/rules.cnf.orig    Sun Jul 21 02:51:42 2002
+++ RULES/rules.cnf Sun Jul 21 02:52:14 2002
@@ -33,8 +33,9 @@
 #
 # 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))