diff options
author | Jens Arnold <amiconn@rockbox.org> | 2010-04-05 16:07:39 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2010-04-05 16:07:39 +0000 |
commit | b012671acbab7c88d68e1dfb173c9f4fb2b8714c (patch) | |
tree | dbe637eb9c4a60c6cd66cc4df10ec4a78227040e /tools/configure | |
parent | db2f0edfa913d22d3f4f6ad184f1205966afae20 (diff) |
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 033dedd35c..1dd94eece5 100755 --- a/tools/configure +++ b/tools/configure @@ -144,6 +144,9 @@ simcc () { SunOS) echo "*Solaris host detected" + + GCCOPTS="$GCCOPTS -fPIC" + LDOPTS="-lm" ;; *) |