diff mx/mx_graal.py @ 19726:3f7cd3c36734

mx_graal: do not clear LD_LIBRARY_PATH before invoking make
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Mon, 09 Mar 2015 17:49:57 +0100
parents 84b85c43633b
children 287f7c223d58
line wrap: on
line diff
--- a/mx/mx_graal.py	Mon Mar 02 17:23:39 2015 +0100
+++ b/mx/mx_graal.py	Mon Mar 09 17:49:57 2015 +0100
@@ -940,8 +940,7 @@
             # This removes the need to unzip the *.diz files before debugging in gdb
             setMakeVar('ZIP_DEBUGINFO_FILES', '0', env=env)
 
-            # Clear these 2 variables as having them set can cause very confusing build problems
-            env.pop('LD_LIBRARY_PATH', None)
+            # Clear this variable as having it set can cause very confusing build problems
             env.pop('CLASSPATH', None)
 
             # Issue an env prefix that can be used to run the make on the command line