lukem
0ec638c2e6
set SMALLPROG=0 (it was implicit)
2002-10-17 01:49:18 +00:00
thorpej
7d588a758e
* Move the rescue bits into their own file.
...
* In makeflist, skip rescue bits in arch's that don't yet support it
(MIPS, currently, due to an objcopy-crunch bug).
2002-10-06 17:28:46 +00:00
thorpej
6f086f7ea1
Compare MACHINE_CPU and "mips" rather than MACHINE_ARCH and "mipseb" or
...
"mipsel".
2002-10-06 17:19:12 +00:00
lukem
e6a1674482
Don't build this on mipseb or mipsel, as crunchgen(1) doesn't work correctly
...
on those, no fix has been forthcoming, and users are getting antsy.
This allows "make build" to complete; "make release" will still fail in the
sets generation. Maybe *that* will inspire a MIPS/toolchain guru to fix
crunchgen(1)...
2002-10-03 01:11:37 +00:00
lukem
59cfca9978
set CRUNCHENV= RESCUE=/rescue (still don't want SMALLPROG)
2002-08-23 03:25:21 +00:00
lukem
8290f52368
Migrate rescue tools from distrib/rescue -> rescue. Purpose of tools:
...
Infrastructure to build a set of "rescue" tools; a crunched-up
version of all the statically linked binaries in /bin, /sbin
and the few in /usr/bin.
2002-08-22 01:23:46 +00:00