Browse Source

Add MINUS_G macro, default to -g, and pass on to recursive makes.

Recognize new ncr3000 config.
gdb-4_18-branch
Fred Fish 35 years ago
parent
commit
c4fb14b791
  1. 10
      ChangeLog
  2. 314
      Makefile.in
  3. 4
      configure.in

10
ChangeLog

@ -1,3 +1,13 @@
Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
* Makefile.in (MINUS_G): Add macro, default to -g, pass on
to recursive makes.
* configure.in: Recognize new ncr3000 config.
Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in, configure.in: removed references to gdbm.
Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
* config.sub: Don't canonicalize os value

314
Makefile.in

File diff suppressed because it is too large

4
configure.in

@ -32,6 +32,10 @@ apollo*) case "${host_cpu}" in
bsd*) host_makefile_frag=config/mh-a68bsd ;;
esac;;
esac ;;
ncr*) case "${host_os}" in
sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
esac ;;
esac
# per-target:

Loading…
Cancel
Save