* ldmain.c (main): Make sure ld_sysroot is initialized.
This commit is contained in:
parent
27a39a5f0a
commit
a65fb6096a
@ -1,3 +1,7 @@
|
||||
2003-01-09 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* ldmain.c (main): Make sure ld_sysroot is initialized.
|
||||
|
||||
2003-01-06 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
|
||||
|
@ -209,6 +209,8 @@ main (argc, argv)
|
||||
ld_sysroot = TARGET_SYSTEM_ROOT;
|
||||
}
|
||||
}
|
||||
else
|
||||
ld_sysroot = TARGET_SYSTEM_ROOT;
|
||||
#else
|
||||
ld_sysroot = TARGET_SYSTEM_ROOT;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user