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:
parent
db2f0edfa9
commit
b012671acb
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -144,6 +144,9 @@ simcc () {
|
|||
|
||||
SunOS)
|
||||
echo "*Solaris host detected"
|
||||
|
||||
GCCOPTS="$GCCOPTS -fPIC"
|
||||
LDOPTS="-lm"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue