Generate gethostip even when cross-compiling with -m32
authorH. Peter Anvin <hpa@zytor.com>
Mon, 29 Jan 2007 01:31:14 +0000 (17:31 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 29 Jan 2007 01:31:14 +0000 (17:31 -0800)
Makefile

index aaa2ff5..facdbcf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -199,6 +199,7 @@ $(LIB_SO): bootsect_bin.o ldlinux_bin.o syslxmod.o
 gethostip.o: gethostip.c
 
 gethostip: gethostip.o
+       $(CC) $(LDFLAGS) -o $@ $^
 
 mkdiskimage: mkdiskimage.in mbr.bin bin2hex.pl
        $(PERL) bin2hex.pl < mbr.bin | cat mkdiskimage.in - > $@