diff options
author | Steve Chamberlain <sac@cygnus> | 1993-07-13 19:15:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-07-13 19:15:38 +0000 |
commit | 8a453541bc09a577c7d83b0c0ea50fc572990165 (patch) | |
tree | b26e7269be1149d4f9f654b7f8d04d8c16f845db | |
parent | 1728686e66c51bab1d220b404c857c0217ef4c18 (diff) | |
download | gdb-8a453541bc09a577c7d83b0c0ea50fc572990165.zip gdb-8a453541bc09a577c7d83b0c0ea50fc572990165.tar.gz gdb-8a453541bc09a577c7d83b0c0ea50fc572990165.tar.bz2 |
Use host_makefile_frag.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8fc1791..0994895 100644 --- a/configure.in +++ b/configure.in @@ -83,6 +83,7 @@ srcname="gnu development package" # per-host: case "${host}" in + alpha-dec-osf*) host_makefile_frag=config/mh-alphaosf ;; m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;; m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; |