You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/11/14 01:45:34 UTC

svn commit: r474609 - /incubator/stdcxx/trunk/etc/config/mipspro.config

Author: sebor
Date: Mon Nov 13 16:45:34 2006
New Revision: 474609

URL: http://svn.apache.org/viewvc?view=rev&rev=474609
Log:
2006-11-13  Martin Sebor  <se...@roguewave.com>

	STDCXX-303
	STDCXX-304
	* mipspro.config (PRELINKFLAGS): Removed.
	(AR, ARFLAGS): Set to only invoke the archiver through the compiler.

Modified:
    incubator/stdcxx/trunk/etc/config/mipspro.config

Modified: incubator/stdcxx/trunk/etc/config/mipspro.config
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/mipspro.config?view=diff&rev=474609&r1=474608&r2=474609
==============================================================================
--- incubator/stdcxx/trunk/etc/config/mipspro.config (original)
+++ incubator/stdcxx/trunk/etc/config/mipspro.config Mon Nov 13 16:45:34 2006
@@ -1,7 +1,7 @@
 #
 # $Id$
 #
-# configuration file for MIPSpro on IRIX
+# configuration file for SGI MIPSpro on IRIX
 #
 ##############################################################################
 
@@ -18,8 +18,13 @@
 PICFLAGS        = -KPIC
 LDSOFLAGS       = -shared
 CXXFLAGS        =
-PRELINKFLAGS    = -ar -WR,-v -o $(LIBNAME)
 CPPFLAGS        = -I$(TOPDIR)/include/ansi
+
+# use CC to invoke the archiver (needed in order to include template
+# instantiations from the ii_files/ template repository)
+AR              = CC
+ARFLAGS         = -ar -WR,-v -o
+
 
 # disable warnings about libs that aren't being used to resolve any symbols
 LDFLAGS         = -Wl,-woff,84 -L$(LIBDIR)