1
0
Fork 0
forked from len0rd/rockbox

Set options so that the sim actually builds on Opensolaris. The build still throws hundreds of warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25487 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2010-04-05 16:07:39 +00:00
parent db2f0edfa9
commit b012671acb

3
tools/configure vendored
View file

@ -144,6 +144,9 @@ simcc () {
SunOS)
echo "*Solaris host detected"
GCCOPTS="$GCCOPTS -fPIC"
LDOPTS="-lm"
;;
*)