peter> This toplevel Makefile change in 11pre6 is wrong:
peter>
peter> - $(HOSTCC) $(HOSTCFLAGS) -o scripts/split-include scripts/split-include.c
peter> + $(HOSTCC) $(HOSTCFLAGS) -I$(HPATH) -o scripts/split-include scripts/split-include.c
Peter is right. $(HOSTCC) must compile and link C programs on
the host without reference to any kernel include files.
Michael Elizabeth Chastain
<mailto:mec@shout.net>
"love without fear"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 21:00:13 EST