upscheme/tiny
Rick Hanson fe6948e421 Make FreeBSD a "first class citizen" among femtolisp's build OSes.
It looks like FreeBSD should do what OpenBSD does in femtolisp's code.
The biggest change here (I think) is that of determining the correct
value of CC in the Makefile(s).  As of version 10, FreeBSD's base
compiler is clang; so there is now some logic in the Makefile(s) to
determine if the build is occurring on a FreeBSD system >= 10.0.  If
so, then the value of CC will be "clang"; otherwise, it will be "gcc",
as before.
2019-08-08 18:09:02 +03:00
..
Makefile Make FreeBSD a "first class citizen" among femtolisp's build OSes. 2019-08-08 18:09:02 +03:00
eval1
eval2
evalt
flutils.c
lisp-nontail.c
lisp.c update tiny/lisp.c for 64-bit 2012-10-11 23:00:29 -04:00
lisp2.c
lispf.c
system.lsp