aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove sys/boot/pc98 accidentally restored in r313575Ed Maste2017-02-111-116/+0
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-111-0/+116
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-116/+0
* dd is currently a bootstrap tool. It really doesn't have any businessWarner Losh2016-12-021-2/+2
* Don't use -N to set the OMAGIC with data and text writeable and dataWarner Losh2016-09-031-1/+1
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-261-1/+0
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-021-2/+2
* When compiling boot2 with gcc on i386 and pc98, only use the custom flagDimitry Andric2015-03-041-1/+3
* MFi386:John Baldwin2015-02-111-0/+1
* Similar to r274977, use the correct combination of flags to get the pc98Dimitry Andric2014-11-251-4/+4
* Reduce diffs against i386.Yoshihiro Takahashi2014-09-281-5/+2
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* Compile boot2 with clang on pc98.Warner Losh2014-07-101-2/+2
* Merge the clang support from i386. Don't move to clang yet.Warner Losh2014-07-101-4/+9
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsoDimitry Andric2014-01-051-1/+3
* For sys/boot/i386 and sys/boot/pc98, separate flags to be passedDimitry Andric2013-12-301-3/+3
* Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2'sDimitry Andric2013-12-261-0/+1
* Put in a band-aid to get the pc98 bootstraps building, now clang is theDimitry Andric2012-11-071-1/+1
* MFi386: revision 220337Yoshihiro Takahashi2011-04-051-0/+1
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in MakefilesDimitry Andric2011-01-051-1/+0
* When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2Dimitry Andric2010-09-211-3/+1
* Always compile pc98 boot2 with gcc instead of clang, just as with i386Dimitry Andric2010-08-311-0/+7
* Reimplement the boot2 for pc98 completely.Yoshihiro Takahashi2009-12-311-113/+98
* Cleanups the boot2 for pc98. There is no functional change.Yoshihiro Takahashi2009-12-111-0/+6
* Fix a fallout from SSP commit, and make this compile again.Ruslan Ermilov2008-06-261-2/+1
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-081-1/+1
* Fix buidling of boot blocks for pc98 with new links.Warner Losh2005-04-031-3/+11
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).Yoshihiro Takahashi2004-09-181-0/+1
* MFi386: Factor out -nostdlib and use PROG.Yoshihiro Takahashi2004-02-091-1/+1
* MFi386: Removed -elf and duplicate -ffreestanding.Ruslan Ermilov2004-02-071-2/+2
* MFi386: Cleanups to sys/boot makefiles.Yoshihiro Takahashi2004-02-071-1/+0
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andRuslan Ermilov2003-03-021-1/+1
* MFi386: Install the "boot" image which is boot1 + boot2.Yoshihiro Takahashi2003-01-301-2/+7
* Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.Yoshihiro Takahashi2002-10-101-2/+0
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.Poul-Henning Kamp2002-10-071-0/+1
* Added some header files from -stable and fixed the boot[12] programs.Yoshihiro Takahashi2002-10-031-2/+14
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* Cosmetic change (align with other boot blocks):Nick Hibma2002-05-261-1/+1
* Fixed to build for GCC 3.1Yoshihiro Takahashi2002-05-141-3/+1
* -ffreestanding is the word.David E. O'Brien2002-05-101-1/+1
* Add -D_KERNEL to CFLAGS for ntohl().Yoshihiro Takahashi2002-02-281-1/+1
* Update boot[12] program to compile ELF binary.Yoshihiro Takahashi2001-05-241-11/+6
* Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.Yoshihiro Takahashi1999-11-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Optimize better for space.KATO Takenori1999-04-241-3/+3
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-0/+97