History log of /freebsd-10.1-release/sys/boot/pc98/kgzldr/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 146011 08-May-2005 nyan

Remove ifdef PC98.


# 139112 21-Dec-2004 ru

NOSHARED -> NO_SHARED


# 139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


# 125778 13-Feb-2004 nyan

MFi386: revision 1.20 (don't strip kgzldr.o)


# 125625 09-Feb-2004 nyan

MFi386: Factor out -nostdlib and use PROG.


# 125567 07-Feb-2004 ru

MFi386: Removed -elf and duplicate -ffreestanding.


# 125563 07-Feb-2004 nyan

MFi386: Cleanups to sys/boot makefiles.


# 117053 29-Jun-2003 ru

MFi386: revision 1.16.


# 115964 07-Jun-2003 obrien

Add ${AFLAGS} to 'as' invocation.


# 115946 07-Jun-2003 nyan

MFi386: revisions 1.13 and 1.14.


# 104234 30-Sep-2002 peter

Use as's --defsym switch to compensate for the loss of the M4 substitution
of SIOPRT which broke kgzldr and therefore make release.

Pointed out by: murray


# 103641 19-Sep-2002 nyan

MFi386: Remove a.out support.


# 103436 16-Sep-2002 peter

Initiate deorbit burn for the i386-only a.out related support. Moves are
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha


# 96342 10-May-2002 obrien

-ffreestanding is the word.
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)


# 95449 25-Apr-2002 nyan

MFi386: revision 1.8


# 94765 15-Apr-2002 nyan

MFi386: revision 1.7.


# 89495 18-Jan-2002 nyan

Added kgzldr for pc98.
crt.s is based on btx.s.