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 2005/09/30 23:51:57 UTC

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

Author: sebor
Date: Fri Sep 30 14:51:54 2005
New Revision: 292863

URL: http://svn.apache.org/viewcvs?rev=292863&view=rev
Log:
2005-09-30  Martin Sebor  <se...@roguewave.com>

	STDCXX-45
	* mipspro.config: Added the -64 option for wide configurations.
	Also replaced the = operator with := for better efficiency.

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

Modified: incubator/stdcxx/trunk/etc/config/mipspro.config
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/etc/config/mipspro.config?rev=292863&r1=292862&r2=292863&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/mipspro.config (original)
+++ incubator/stdcxx/trunk/etc/config/mipspro.config Fri Sep 30 14:51:54 2005
@@ -6,7 +6,7 @@
 ##############################################################################
 
 CXX             = CC
-CCVER           = $(shell $(CXX) -version 2>&1 | awk '{ print $$4 }')
+CCVER          := $(shell $(CXX) -version 2>&1 | awk '{ print $$4 }')
 # disable warnings:
 #   1429 - The type "long long" is nonstandard.
 #   1460
@@ -57,9 +57,15 @@
 MULTI_LDFLAGS_SOLARIS  = 
 MULTI_LDFLAGS_DCE      = 
 
-# Posix
+# POSIX
 MULTI_CPPFLAGS = $(MULTI_CPPFLAGS_POSIX)
 MULTI_LDFLAGS  = $(MULTI_LDFLAGS_POSIX)
 
 SINGL_CPPFLAGS  =
 SINGL_LDFLAGS   =
+
+# wide (64-bit flags)
+WIDE_CXXFLAGS  = -64
+WIDE_LDFLAGS   = -64
+WIDE_LDSOFLAGS = -64
+WIDE_ARFLAGS   =