From e24b45a873abefaa0109bc37e439e1a6db849649 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 27 Feb 1996 23:21:35 +0000 Subject: [PATCH] * mpw-make.sed: Edit out shared library support. (@TDIRS@): Edit out, can't use genscripts. --- ld/ChangeLog | 5 +++++ ld/mpw-make.sed | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 0f3c78ffc9..cd0f784fd3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 27 15:08:43 1996 Stan Shebs + + * mpw-make.sed: Edit out shared library support. + (@TDIRS@): Edit out, can't use genscripts. + Tue Feb 27 15:09:21 1996 Andreas Schwab * configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets. diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed index 3f88a97fb5..3d82a646ba 100644 --- a/ld/mpw-make.sed +++ b/ld/mpw-make.sed @@ -61,6 +61,15 @@ # We can't run genscripts, so don't try. /{GENSCRIPTS}/s/{GENSCRIPTS}/null-command/ +# Comment out the TDIRS bits. +/^TDIRS@/s/^/#/ + +# Point at the BFD library directly. +/@BFDLIB@/s/@BFDLIB@/::bfd:libbfd.o/ + +# Don't need this. +/@HLDFLAGS@/s/@HLDFLAGS@// + #/sed.*free/,/> "{o}"ldlex.c.new/c\ # \ Catenate "{o}"lex.yy.c >"{o}"ldlex.c.new