* mpw-make.sed: Update to handle shared library support.
authorStan Shebs <shebs@codesourcery.com>
Tue, 27 Feb 1996 03:03:21 +0000 (03:03 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 27 Feb 1996 03:03:21 +0000 (03:03 +0000)
gas/ChangeLog
gas/mpw-make.sed

index cdec488458c1e309e4a13be60d3b8d56377f3b91..b22e087bfe3d94ea48780d0fcd67fe8678fef41f 100644 (file)
@@ -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
index 6b655ae3829d3eee46a2378f3cb2d87f1d4e44d8..e40bf746876cab17003de89e6c5081ef31c10437 100644 (file)
@@ -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}/
This page took 0.029282 seconds and 4 git commands to generate.