git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2260
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2003-02-13 Bernhard Held <bernhard@bernhardheld.de>
+
+ * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
+
2003-02-10 Borut Razem <borut.razem@siol.net>
* doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
# Port specification for compiling on the host machines version of gcc
-SDCC = gcc
+SDCC = $(shell which gcc || which cc)
SDCCFLAGS = -DPORT_HOST=1 -Wall -fsigned-char -DREENTRANT=
EXEEXT = .bin