summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix includes; we were still pulling in <stdlib.h> in some places.msmith1998-11-041-2/+5
* Make this work in the libstand environment; don't use stdio/stdlib headers.msmith1998-11-041-3/+3
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,msmith1998-11-031-0/+23
OpenPOWER on IntegriCloud