From 8086b53c76b3134f1e9da65a1b3cc855508cb866 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Tue, 18 Sep 2001 17:02:28 +0000 Subject: [PATCH] * config/stormy16 (LIB_SPEC): Remove -lnosys. From-SVN: r45680 --- gcc/ChangeLog | 4 ++++ gcc/config/stormy16/stormy16.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 178137419c8..434266eaa66 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-18 Catherine Moore + + * config/stormy16 (LIB_SPEC): Remove -lnosys. + 2001-09-18 Richard Sandiford * config/mips/mips.c (mips_frame_set): New. diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 2258819306c..7948ea84dff 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -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