Fix Solaris compilation options.
authoreasye <evenson.not.org@gmail.com>
Mon, 29 Oct 2012 14:58:27 +0000 (15:58 +0100)
committerLuís Oliveira <loliveira@common-lisp.net>
Sun, 4 Nov 2012 14:27:30 +0000 (14:27 +0000)
commit90aa613c84e6978e93fc05df6b7b97d7521522bd
treec25b09a00a1971ee4ab6964ba74c267ced7a6a7c
parentd66b1f2a02b238020cec91d74b2adddd8b632e55
Fix Solaris compilation options.

The "-fPIC" flag will always be necessary when using GCC-derived compilers as I understand it.

Additionally, Solaris compilation options now unconditionally tries a
64bit build.  Contemporary Solaris (since Solaris 10), are hybrid
32/64 bit environments where "uname -m" reports "i86pc".  Whether one
wants the 32 or 64 bit version of the libraries depends on the type of
the Lisp implementation doing the loading, which is currently not
available in the environment in which make(1) is executing.
tests/GNUmakefile