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:[EMAIL PROTECTED]>
"love without fear"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to