diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-02-27 23:21:35 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-02-27 23:21:35 +0000 |
commit | e24b45a873abefaa0109bc37e439e1a6db849649 (patch) | |
tree | b3e33f15a01726ac3084907913bd9d480745c943 /ld/mpw-make.sed | |
parent | 228b04d2c520a74f62ede31cd91001eb948b0675 (diff) | |
download | gdb-e24b45a873abefaa0109bc37e439e1a6db849649.zip gdb-e24b45a873abefaa0109bc37e439e1a6db849649.tar.gz gdb-e24b45a873abefaa0109bc37e439e1a6db849649.tar.bz2 |
* mpw-make.sed: Edit out shared library support.
(@TDIRS@): Edit out, can't use genscripts.
Diffstat (limited to 'ld/mpw-make.sed')
-rw-r--r-- | ld/mpw-make.sed | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed index 3f88a97..3d82a646 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 |