Commit 6c61ac77 by Doug Evans

(main): Give ld_file_name an initial value.

From-SVN: r4835
parent d323d7d1
...@@ -844,6 +844,8 @@ main (argc, argv) ...@@ -844,6 +844,8 @@ main (argc, argv)
for `gld' (if native linking) or `TARGET-gld' (if cross). */ for `gld' (if native linking) or `TARGET-gld' (if cross). */
if (ld_file_name == 0) if (ld_file_name == 0)
ld_file_name = find_a_file (&path, full_gld_suffix); ld_file_name = find_a_file (&path, full_gld_suffix);
#else
ld_file_name = 0;
#endif #endif
/* Likewise for `real-ld'. */ /* Likewise for `real-ld'. */
if (ld_file_name == 0) if (ld_file_name == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment