mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* lib/java.exp (java_init): Import target_alias before using it.
This commit is contained in:
@ -33,6 +33,7 @@ proc java_init { args } {
|
||||
set GCJ_UNDER_TEST $env(GCJ)
|
||||
} else {
|
||||
global tool_root_dir
|
||||
global target_alias
|
||||
|
||||
if ![is_remote host] {
|
||||
set file [lookfor_file $tool_root_dir gcj];
|
||||
|
Reference in New Issue
Block a user