mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
40b75f97a9
* Allow this to build with other compilers than "cc" or "gcc".
18 lines
392 B
INI
18 lines
392 B
INI
|
|
$FreeBSD$
|
|
|
|
--- RULES/rules.cnf.orig Sun Jul 21 02:26:12 2002
|
|
+++ RULES/rules.cnf Sun Jul 21 02:27:02 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))
|