diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-02-27 03:03:21 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-02-27 03:03:21 +0000 |
commit | d214421eeea98e7d7fe05c6e34cf22e6889e6355 (patch) | |
tree | f779779f81e6272f0f052375b8cb744497897932 /gas/mpw-make.sed | |
parent | ad77e2b8ab6808a79db55ab07a48e2dfc6e63928 (diff) | |
download | gdb-d214421eeea98e7d7fe05c6e34cf22e6889e6355.zip gdb-d214421eeea98e7d7fe05c6e34cf22e6889e6355.tar.gz gdb-d214421eeea98e7d7fe05c6e34cf22e6889e6355.tar.bz2 |
* mpw-make.sed: Update to handle shared library support.
Diffstat (limited to 'gas/mpw-make.sed')
-rw-r--r-- | gas/mpw-make.sed | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/mpw-make.sed b/gas/mpw-make.sed index 6b655ae..e40bf74 100644 --- a/gas/mpw-make.sed +++ b/gas/mpw-make.sed @@ -18,6 +18,13 @@ LOCAL_LOADLIBES = \ /@OPCODES_LIB@/s/@OPCODES_LIB@/::opcodes:libopcodes.o/ /@BFDLIB@/s/@BFDLIB@/::bfd:libbfd.o/ +# Point at the libraries directly. +/@OPCODES_DEP@/s/@OPCODES_DEP@/::opcodes:libopcodes.o/ +/@BFDDEP@/s/@BFDDEP@/::bfd:libbfd.o/ + +# Don't need this. +/@HLDFLAGS@/s/@HLDFLAGS@// + /extra_objects@/s/extra_objects@/{EXTRA_OBJECTS}/ /LOADLIBES/s/{LOADLIBES}/{EXTRALIBS}/ |