Commit 5b8619f8 by Tom Rix Committed by Tom Rix

A fix for cross building aix.

From-SVN: r50672
parent 916c46b5
2002-03-12 Tom Rix <trix@redhat.com>
* collect2.c (resolve_lib_name): Move outside of
OBJECT_FORMAT_COFF ifdef.
(ignore_library): Same.
2002-03-12 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
......
......@@ -2861,7 +2861,7 @@ scan_prog_file (prog_name, which_pass)
(void) ldclose(ldptr);
#endif
}
#endif /* OBJECT_FORMAT_COFF */
#ifdef COLLECT_EXPORT_LIST
/* Given a library name without "lib" prefix, this function
......@@ -2941,9 +2941,7 @@ ignore_library (name)
if (! strcmp (name, *p)) return 1;
return 0;
}
#endif
#endif /* OBJECT_FORMAT_COFF */
#endif /* COLLECT_EXPORT_LIST */
/*
......
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