Chain the types for the linker.

This commit is contained in:
Bill Currie 2011-03-05 08:35:56 +09:00
parent 0bd0f783b2
commit af7bc81e16
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ separate_compile (void)
}
}
if (!err && !options.compile) {
chain_initial_types ();
linker_begin ();
for (file = source_files; *file; file++) {
if (strncmp (*file, "-l", 2)) {