diff options
author | Catherine Moore <clm@redhat.com> | 2001-09-18 17:02:28 +0000 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 2001-09-18 13:02:28 -0400 |
commit | 8086b53c76b3134f1e9da65a1b3cc855508cb866 (patch) | |
tree | cae1ae07e2a21cb2529f5eed7b82b5015721df9b /gcc | |
parent | 4241b6378160043973225a3ebcdf7868b5b4c6bb (diff) | |
download | gcc-8086b53c76b3134f1e9da65a1b3cc855508cb866.zip gcc-8086b53c76b3134f1e9da65a1b3cc855508cb866.tar.gz gcc-8086b53c76b3134f1e9da65a1b3cc855508cb866.tar.bz2 |
* config/stormy16 (LIB_SPEC): Remove -lnosys.
From-SVN: r45680
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1781374..434266e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 2258819..7948ea8 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 |