* config/stormy16 (LIB_SPEC): Remove -lnosys.
From-SVN: r45680
This commit is contained in:
parent
4241b63781
commit
8086b53c76
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-09-18 Catherine Moore <clm@redhat.com>
|
||||
|
||||
* config/stormy16 (LIB_SPEC): Remove -lnosys.
|
||||
|
||||
2001-09-18 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/mips.c (mips_frame_set): New.
|
||||
|
|
|
@ -146,7 +146,7 @@ Boston, MA 02111-1307, USA. */
|
|||
|
||||
Defined in svr4.h. */
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "-( -lc %{msim:-lsim}%{!msim:-lnosys} -)"
|
||||
#define LIB_SPEC "-( -lc %{msim:-lsim} -)"
|
||||
|
||||
/* Another C string constant that tells the GNU CC driver program how and when
|
||||
to place a reference to `libgcc.a' into the linker command line. This
|
||||
|
|
Loading…
Add table
Reference in a new issue