* ldmain.c (main): Make sure ld_sysroot is initialized.

This commit is contained in:
Daniel Jacobowitz 2003-01-09 16:40:14 +00:00
parent 27a39a5f0a
commit a65fb6096a
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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