Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-02 | gcc may generate references to libgcc.a at any time, we lucked out in previous | johns | |
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. | |||
1997-09-17 | Reorganizaed bootblocks. Builds like hp300 now. | Jason Downs | |
1997-05-29 | make a special compressed bootblock for ramdisk | grr | |
1997-05-25 | commit the compressed bootblock Makefile for later investigation | grr | |
1997-05-25 | Reverted boot block Makefiles to previous state due to instability. | johns | |
We can't mess with this any more. We will go with the previously working boot blocks and install methods for release. | |||
1997-05-24 | Committing George's compressed boot support changes.. | johns | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
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. | |||
1996-09-29 | no strip | Theo de Raadt | |
1996-09-29 | size correct exec | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |