mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 03:42:56 +08:00
Add MINUS_G macro, default to -g, and pass on to recursive makes.
Recognize new ncr3000 config.
This commit is contained in:
10
ChangeLog
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)
|
Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
|
||||||
|
|
||||||
* config.sub: Don't canonicalize os value
|
* config.sub: Don't canonicalize os value
|
||||||
|
314
Makefile.in
314
Makefile.in
File diff suppressed because it is too large
Load Diff
@ -32,6 +32,10 @@ apollo*) case "${host_cpu}" in
|
|||||||
bsd*) host_makefile_frag=config/mh-a68bsd ;;
|
bsd*) host_makefile_frag=config/mh-a68bsd ;;
|
||||||
esac;;
|
esac;;
|
||||||
esac ;;
|
esac ;;
|
||||||
|
ncr*) case "${host_os}" in
|
||||||
|
sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
||||||
|
esac ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# per-target:
|
# per-target:
|
||||||
|
Reference in New Issue
Block a user