From: <ipe...@us...> - 2009-07-07 23:21:28
|
Revision: 10620 http://x10.svn.sourceforge.net/x10/?rev=10620&view=rev Author: ipeshansky Date: 2009-07-07 23:21:26 +0000 (Tue, 07 Jul 2009) Log Message: ----------- Complete the job started by r10617 and move the rest of the distro to pgas2 Modified Paths: -------------- trunk/x10.cppbackend.17/src/polyglot/ext/x10cpp/visit/X10CPPTranslator.java trunk/x10.dist/bin/x10c++ Modified: trunk/x10.cppbackend.17/src/polyglot/ext/x10cpp/visit/X10CPPTranslator.java =================================================================== --- trunk/x10.cppbackend.17/src/polyglot/ext/x10cpp/visit/X10CPPTranslator.java 2009-07-07 13:25:41 UTC (rev 10619) +++ trunk/x10.cppbackend.17/src/polyglot/ext/x10cpp/visit/X10CPPTranslator.java 2009-07-07 23:21:26 UTC (rev 10620) @@ -451,7 +451,7 @@ private static class CXXCommandBuilder { public static final String DUMMY = "-U___DUMMY___"; - public static final String X10LIB = System.getenv("X10LIB")==null?"../../../pgas/common/work":System.getenv("X10LIB").replace(File.separatorChar, '/'); + public static final String X10LIB = System.getenv("X10LIB")==null?"../../../pgas2/common/work":System.getenv("X10LIB").replace(File.separatorChar, '/'); public static final String X10GC = System.getenv("X10GC")==null?"../../../x10.dist":System.getenv("X10GC").replace(File.separatorChar, '/'); public static final String TRANSPORT = System.getenv("X10RT_TRANSPORT")==null?DEFAULT_TRANSPORT:System.getenv("X10RT_TRANSPORT"); public static final boolean USE_XLC = PLATFORM.startsWith("aix_") && System.getenv("USE_GCC")==null; Modified: trunk/x10.dist/bin/x10c++ =================================================================== --- trunk/x10.dist/bin/x10c++ 2009-07-07 13:25:41 UTC (rev 10619) +++ trunk/x10.dist/bin/x10c++ 2009-07-07 23:21:26 UTC (rev 10620) @@ -23,7 +23,7 @@ else # Default to developer setup [ -z "$X10REL" ] && export X10REL="../x10.dist" - [ -z "$X10LIB" ] && export X10LIB="$TOP/../pgas/common/work" + [ -z "$X10LIB" ] && export X10LIB="$TOP/../pgas2/common/work" [ -z "$X10LANG" ] && export X10LANG="$TOP/../x10.runtime.17/src-cpp" [ -z "$X10GC" ] && export X10GC="$TOP/../x10.runtime.17/src-cpp/bdwgc/install" X10="$(cd "$TOP/$X10REL" && pwd)" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |