On 24 June 2013 03:03, Stacey Son <s...@freebsd.org> wrote: > This change moves more OS dependent code into *bsd directories. Also moves > architecture dependent code into the various arch directories. Add to > 'configure' $TARGET_OS so the path to the target OS can be include file search > path in the Makefile. > > bsd-user/mips/target_arch_signal.h | 68 +++++++++++++++++++++ > bsd-user/mips/target_arch_vmparam.h | 42 +++++++++++++ > bsd-user/mips/target_signal.h | 38 ------------ > bsd-user/mips64/target_arch_signal.h | 68 +++++++++++++++++++++ > bsd-user/mips64/target_arch_vmparam.h | 42 +++++++++++++ > bsd-user/mips64/target_signal.h | 38 ------------
You just added these files in patch 2, right? You need to reorder things: get the structure right first, then just add the new code for MIPS in the right place. thanks -- PMM