A fix for cross building aix.
From-SVN: r50672
This commit is contained in:
parent
916c46b5ab
commit
5b8619f82e
@ -1,3 +1,9 @@
|
||||
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 */
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user