Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
install...
|
|
hypersparc cache aliasing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is used instead; kwesterback@home.com
|
|
|
|
|
|
verions of gcc, but for 2.8 the boot stuff needs to be linked against libgcc.a,
to get ___cmpdi2 for cd9660.o Since ld doesn't automatically link against
libgcc.a we have to add `cc -print-libgcc-file-name` to the end of the ld
link line(s), whenever we see things like this.
|
|
|
|
|
|
|
|
|
|
|
|
We can't mess with this any more. We will go with the previously working
boot blocks and install methods for release.
|
|
|
|
(per George's instructions)
|
|
|
|
|
|
|
|
|
|
|
|
Later on this should be replaced by proper cd9660 groking code.
|
|
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"SUN/4" ... sun4's definitely do *not* want the a.out header installed.
|
|
|
|
|
|
|
|
|