femtolisp/tiny
Rick Hanson 74041edf56 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.
2015-04-11 15:21:02 -04:00
..
Makefile Make FreeBSD a "first class citizen" among femtolisp's build OSes. 2015-04-11 15:21:02 -04:00
eval1 moving stuff around some more 2012-02-17 17:53:34 -05:00
eval2 moving stuff around some more 2012-02-17 17:53:34 -05:00
evalt moving stuff around some more 2012-02-17 17:53:34 -05:00
flutils.c moving stuff around some more 2012-02-17 17:53:34 -05:00
lisp-nontail.c moving stuff around some more 2012-02-17 17:53:34 -05:00
lisp.c update tiny/lisp.c for 64-bit 2012-10-11 23:00:29 -04:00
lisp2.c moving stuff around some more 2012-02-17 17:53:34 -05:00
lispf.c moving stuff around some more 2012-02-17 17:53:34 -05:00
system.lsp moving stuff around some more 2012-02-17 17:53:34 -05:00