ppc32 lisp-kernel makefile
"bryan o'connor" <[email protected]> Sun, 28 Aug 2005 20:23:41 -0700
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
i needed to add -lgcc to OSLATELIBS in order to build dppccl
on ppc32. otherwise restFP and saveFP are missing. it's
not needed for ppc64.
...bryan