diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-19 18:11:54 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-19 18:11:54 +0000 |
commit | 0d0c3cc58a4adcbd9cbbda03efb7c7519b1ce070 (patch) | |
tree | 396a52db24b6e1b3fe7c0467bb1f1fa64766fb15 /opcodes/mpw-make.sed | |
parent | 1f6701a0cd5f59fd885a6c2ba087224c92030404 (diff) | |
download | gdb-0d0c3cc58a4adcbd9cbbda03efb7c7519b1ce070.zip gdb-0d0c3cc58a4adcbd9cbbda03efb7c7519b1ce070.tar.gz gdb-0d0c3cc58a4adcbd9cbbda03efb7c7519b1ce070.tar.bz2 |
* mpw-config.in, mpw-make.sed: Remove ugly workaround for
ugly Metrowerks bug in CW6, is fixed in CW7.
Diffstat (limited to 'opcodes/mpw-make.sed')
-rw-r--r-- | opcodes/mpw-make.sed | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/opcodes/mpw-make.sed b/opcodes/mpw-make.sed index 7096e22..3319b16 100644 --- a/opcodes/mpw-make.sed +++ b/opcodes/mpw-make.sed @@ -7,8 +7,3 @@ /^CSEARCH = .*$/s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/ /BFD_MACHINES/s/@BFD_MACHINES@/{BFD_MACHINES}/ /archdefs/s/@archdefs@/{ARCHDEFS}/ - -# Use a ppc-opc.c that has been tweaked to have less macro nesting. -# (really only needed for Metrowerks) -/ppc-opc.c/s/"{s}"ppc-opc\.c/"{o}"hacked_ppc-opc.c/ -/ppc-opc.c.o/s/"{o}"ppc-opc\.c\.o/"{o}"hacked_ppc-opc.c.o/ |