diff options
author | David D. Zuhn <zoo@cygnus> | 1992-10-02 07:13:29 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-10-02 07:13:29 +0000 |
commit | d5dcef63462d85af28fb9a3d4580678ef259f86a (patch) | |
tree | 574c9b21f1165000fd28034e38094ca454413dc0 /mmalloc/configure.in | |
parent | 15ae586e2edb29392c1fcc82a8d4c5fcb2a58c78 (diff) | |
download | gdb-d5dcef63462d85af28fb9a3d4580678ef259f86a.zip gdb-d5dcef63462d85af28fb9a3d4580678ef259f86a.tar.gz gdb-d5dcef63462d85af28fb9a3d4580678ef259f86a.tar.bz2 |
use canonical triple
Diffstat (limited to 'mmalloc/configure.in')
-rw-r--r-- | mmalloc/configure.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mmalloc/configure.in b/mmalloc/configure.in index af44b74..ebf6088 100644 --- a/mmalloc/configure.in +++ b/mmalloc/configure.in @@ -9,19 +9,19 @@ configdirs="" # per-host: -case "${host_os}" in - -sysv4) - host_makefile_frag=config/mh-sysv4 +case "${host}" in + mips-sgi-irix4) + host_makefile_frag=config/mh-irix4 ;; - -sunos4*) + *-sun-sunos4*) host_makefile_frag=config/mh-sunos4 ;; - -*) + i[34]86-ncr-sysv4*) + host_makefile_frag=config/mh-ncr3000 + ;; + *-*-sysv4*) + host_makefile_frag=config/mh-sysv4 ;; - esac # per-target: |