tv
|
822fbb0675
|
Prevent parallelism problemswhen recursing into the GNU makefiles by
disabling parallelism in those builds.
|
2001-10-08 22:43:56 +00:00 |
tv
|
17f50da79a
|
Move the setting of DESTDIR from the environment to the command line, deals
with DESTDIR being set on the command line at the top level (as per MAKEFLAGS
propagation in newer make(1) sources).
|
2001-10-08 22:19:55 +00:00 |
bjh21
|
fe71d89d58
|
Blank MACHINE in the environment when building the toolchain. This is
necessary to prevent ELF linker scripts' being built incorrectly, and
parallels rev 1.5 of gnu/usr.bin/binutils/ld/Makefile.
|
2001-10-06 16:38:04 +00:00 |
tv
|
848b7208e8
|
Clear DESTDIR from the environment when invoking make on the toolchain's
GNU makefiles. Some of these tools are (amazingly) DESTDIR aware, but
we don't want that handling for host tools.
Fixes PR bin/14079.
|
2001-10-04 17:52:27 +00:00 |
tv
|
d27286ce34
|
- Create a real cpp binary.
- Set CC properly in environment for mkdep and lint.
- Add compile_et to TOOLDIR host tools.
|
2001-09-21 23:00:35 +00:00 |
tv
|
c5d597ce98
|
Bootstrap toolchain framework, first pass.
|
2001-08-14 11:01:55 +00:00 |