summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2004-10-04 23:20:57 +0000
committerKenneth Russel <[email protected]>2004-10-04 23:20:57 +0000
commit26b232df74edf1fe32961422b923baa81ab63605 (patch)
treeb1905ffa4bcd95245dbab7170c3a1fb755855cbe /make
parent4b93bb531605fa082bdad6452d3e6a51cbb15bed (diff)
Fixed missing linker type of suncc in Solaris build
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@155 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index b9ea8f08d..2cb296425 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -706,7 +706,7 @@
<syslibset dir="${x11.cg.lib}" libs="Cg, CgGL" if="c.compiler.use-cglib"/>
</linker>
- <linker id="linker.cfg.solaris">
+ <linker id="linker.cfg.solaris" name="suncc">
<syslibset libs="GL, GLU, X11"/>
</linker>