mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 10:02:26 +00:00
* mpw-make.sed: Update to handle shared library support.
This commit is contained in:
parent
ad77e2b8ab
commit
d214421eee
@ -1,3 +1,7 @@
|
||||
Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-make.sed: Update to handle shared library support.
|
||||
|
||||
Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
|
||||
|
||||
* config/tc-sparc.c (sparc_ip): Print all architectures that support
|
||||
|
@ -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}/
|
||||
|
Loading…
x
Reference in New Issue
Block a user