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

Recognize new ncr3000 config.
This commit is contained in:
Fred Fish 1992-04-11 06:13:43 +00:00
parent b0680d313f
commit c4fb14b791
3 changed files with 154 additions and 174 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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: