aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f44dd51..0b0c607 100644
--- a/SConstruct
+++ b/SConstruct
@@ -31,7 +31,8 @@ env = Environment(
31 31
32if arch == 'sparc64': 32if arch == 'sparc64':
33 # build 64 bit sparc v9 binaries 33 # build 64 bit sparc v9 binaries
34 env.Append(CCFLAGS = Split('-mcpu=v9 -m64')) 34 v9 = Split('-mcpu=v9 -m64')
35 env.Append(CCFLAGS = v9, LINKFLAGS = v9)
35 36
36# link with lib libtmus 37# link with lib libtmus
37rt = env.Clone( 38rt = env.Clone(