summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-18 17:02:28 +0000
committerclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-18 17:02:28 +0000
commit1d367f5236489ca9f02f33a4fe210f88c3fdbe41 (patch)
treecae1ae07e2a21cb2529f5eed7b82b5015721df9b
parent2cb8d0bf95bc74f15f5a8d5af211486d66c33aa9 (diff)
downloadppe42-gcc-1d367f5236489ca9f02f33a4fe210f88c3fdbe41.tar.gz
ppe42-gcc-1d367f5236489ca9f02f33a4fe210f88c3fdbe41.zip
* config/stormy16 (LIB_SPEC): Remove -lnosys.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45680 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/stormy16/stormy16.h2
2 files changed, 5 insertions, 1 deletions
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 <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 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
OpenPOWER on IntegriCloud