]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
different hostcc from targetcc
authorsite!shemminger <site!shemminger>
Mon, 7 Feb 2005 18:01:21 +0000 (18:01 +0000)
committersite!shemminger <site!shemminger>
Mon, 7 Feb 2005 18:01:21 +0000 (18:01 +0000)
(Logical change 1.135)

Makefile

index a181ffc9c0756f0354b6db3eb43a78818f7cd441..e0ae5d6b3b72b0d673fdff170b53128a1e1db174 100644 (file)
--- 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)