From b209eda9900d9fcd77d0f538b0a7e3046bedb7b5 Mon Sep 17 00:00:00 2001 From: site!shemminger Date: Mon, 7 Feb 2005 18:01:21 +0000 Subject: [PATCH] different hostcc from targetcc (Logical change 1.135) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a181ffc9..e0ae5d6b 100644 --- a/Makefile +++ b/Makefile @@ -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)