Maybe this is common knowledge, but I just thought I'd mention that in 
order to get 0.0.79 to compile, I had to make two minor changes to 
arch/i86/Makefile.  Below is a diff of the old and new:
        
29c29
<       -0 -nostdinc -Iinclude -S -o $*.s $<
---
>       -0 -nostdinc -I$(MT_DIR)/include -S -o $*.s $<
36c36
<       2 -nostdinc -Iinclude -c -o $*.o $<
---
>       2 -nostdinc -I$(MT_DIR)/include -c -o $*.o $<

Reply via email to