This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi again, The attached patch changes how the library modules are made available to the aot-compile scripts. The current code adds libgcj's module directory to the _end_ of the path, so modules of the same name earlier in the path will take priority. The attached patch changes it to add the directory to the start of the path. Ok to commit? Cheers, Gary -- http://gbenson.net/
Attachment:
aot-compile-paths.patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |