summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Build a 64 bit version of the FICL library. This is need for a 64 bitrpaulo2012-12-211-6/+15
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-1/+2
* Try to avoid all files dependence on the modification time of the large andache2012-07-261-0/+2
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that Idim2011-01-051-2/+0
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-051-2/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-7/+7
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-121-3/+7
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-141-1/+1
* Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-151-1/+1
* Add -march=i386 to fix amd64 build by generating the same coderu2006-09-281-1/+1
* Remove Alpha bits for ficl.jhb2006-05-121-3/+0
* Add -mno-sse3 for prescott/noconaache2005-07-151-0/+3
* Ensure GCC does not use FP registers in integer code.obrien2005-05-311-0/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.marcel2004-08-221-1/+1
* Untangle building of AMD64 boot code.ru2004-02-071-9/+6
* Disable floating point on PowerPC for the ficl library.grehan2003-12-101-0/+3
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-301-1/+0
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+20
* Set arch-pc98 env to true for pc98.nyan2003-06-081-0/+3
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-2/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+2
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-2/+0
* -ffreestanding is the word.obrien2002-05-101-0/+1
* Partical style cleanup.obrien2002-05-091-19/+17
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isdcs2002-04-091-2/+3
* Bring in ficl 2.05.dcs2001-04-291-3/+3
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-021-1/+1
* Cosmetique: don't use localized `date`ache2000-12-011-1/+1
* Don't use the Gawkism strftime(). Pass in the date stamp on the awkobrien2000-11-141-1/+2
* Fix this so that we actually define HAVE_PNP when its available.dfr2000-09-101-2/+2
* Only build PnP parts if the platform supports PnP.dfr2000-09-101-0/+3
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandpeter2000-08-111-0/+3
* Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL.dcs2000-06-071-1/+2
* Stop libficl from using floating point registers - this was cauingpeter2000-05-121-0/+3
* Add testmain.o to CLEANFILES.dcs2000-01-281-1/+1
* Try my hand again at removing ugly testmain target.dcs2000-01-281-14/+12
* Revert ill-considered simplification in 1.13.dcs1999-11-231-8/+11
* Improve Makefile by using .PATH.dcs1999-11-231-2/+4
* Improve on ficl port to alpha.dcs1999-11-231-9/+7
* Bring in ficl version 2.03. No version bump for loader.dcs1999-09-291-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reactivate trace! after making it egcs-friendly.dcs1999-04-061-2/+2
* Disable trace! until it gets fixed.dcs1999-03-171-2/+2
* Make FICL_TRACE default.dcs1999-02-041-3/+3
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-181-3/+3
* Remember a bit more of my forth and do:jkh1998-11-051-2/+2
* 1. rebuild all elements of testmain properly for safety.jkh1998-11-051-6/+10
* Explicitly invoke perl to run the softwords.pl script in case themsmith1998-11-051-2/+2
OpenPOWER on IntegriCloud