different hostcc from targetcc

(Logical change 1.135)
This commit is contained in:
site!shemminger 2005-02-07 18:01:21 +00:00
parent cc2b1bd52c
commit b209eda990

View File

@ -20,6 +20,7 @@ ADDLIB+=dnet_ntop.o dnet_pton.o
ADDLIB+=ipx_ntop.o ipx_pton.o
CC = gcc
HOSTCC = gcc
CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
CFLAGS = $(CCOPTS) -I../include $(DEFINES)