Browse Source

* mpw-make.sed: Edit @ENABLE_CFLAGS@ out, mpw-configure can

add back in if necessary.
gdb-4_18-branch
Stan Shebs 31 years ago
parent
commit
653b07da0c
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/mpw-make.sed

5
gdb/ChangeLog

@ -1,3 +1,8 @@
Wed Nov 8 19:25:22 1995 Stan Shebs <shebs@andros.cygnus.com>
* mpw-make.sed: Edit @ENABLE_CFLAGS@ out, mpw-configure can
add back in if necessary.
Wed Nov 8 15:59:52 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
* config/mips/vr4300.mt: Added simulator to default VR4300 build.

2
gdb/mpw-make.sed

@ -6,6 +6,8 @@
/^host_makefile_frag@$/d
/^target_makefile_frag@$/d
/@ENABLE_CFLAGS@/s/@ENABLE_CFLAGS@//g
# Edit all the symbolic definitions pointing to various libraries and such.
/^INCLUDE_DIR = /s/"{srcdir}":include/"{topsrcdir}"include:/

Loading…
Cancel
Save