OSDN Git Service

Always use the target CC when generating include/bits/sysnum.h, since some
authorEric Andersen <andersen@codepoet.org>
Mon, 31 Jan 2005 17:40:08 +0000 (17:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 31 Jan 2005 17:40:08 +0000 (17:40 -0000)
commit7a83a9f1da8dd720071d56620748fbc73879c065
treecd0019e820653effc0945c57c956ed7dd925a42a
parent76d9136b8f9434aaf3ca997511ec687e8b10847a
Always use the target CC when generating include/bits/sysnum.h, since some
arches like mips have an include/asm/unistd.h that depends on #defines provided
only by gcc.  Therefore, since we may need to generate include/bits/sysnum.h
before the target CC is actually existant when bootstrapping a toolchain, we
must ensure that include/bits/sysnum.h is rebuilt every time we run make.
Sigh.  What a pain.
 -Erik
Makefile