# HG changeset patch # User Gilles Duboscq # Date 1425919797 -3600 # Node ID 3f7cd3c367348a58f474b5fa8e9236cd00273021 # Parent 19d3db31bcea6a2447d3190eb7aceb12fc45edb4 mx_graal: do not clear LD_LIBRARY_PATH before invoking make diff -r 19d3db31bcea -r 3f7cd3c36734 mx/mx_graal.py --- 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