]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
1.) Rename locore.s to locore.S (by repocopy), to be able to remove
authorThomas Moestl <tmm@FreeBSD.org>
Tue, 2 Apr 2002 17:08:37 +0000 (17:08 +0000)
committerThomas Moestl <tmm@FreeBSD.org>
Tue, 2 Apr 2002 17:08:37 +0000 (17:08 +0000)
commit2c94cd1ba0b816eb4993251837cf96ebc17ad4d3
tree6ffaab462e6581998e670bb71d265f8cf8b3bac4
parent48c343df5fb2f0fda70dabd21b09774fe51920b4
1.) Rename locore.s to locore.S (by repocopy), to be able to remove
    special-case make rule
2.) Cleanups, remove superfluous expicit rules, add -nostdlib to LDFLAGS,
    remove -X and -g, remove -g from CFLAGS
3.) Add BINDIR
4.) Build install the loader help file, add an empty help.sparc64
5.) Change the default configuration to only support booting from disk
6.) Get libofw.a from a path relative ${.OBJDIR}, not ${.CURDIR}

Submitted by: jake (1 - 5), obrien (6)
sys/boot/sparc64/loader/Makefile
sys/boot/sparc64/loader/help.sparc64 [new file with mode: 0644]
sys/boot/sparc64/loader/locore.s [deleted file]