From b012671acbab7c88d68e1dfb173c9f4fb2b8714c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 5 Apr 2010 16:07:39 +0000 Subject: 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 --- tools/configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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" ;; *) -- cgit