diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-09-05 19:04:22 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-09-05 19:04:22 +0000 |
commit | af0786b4013325351bbb5e0c50d0b0510cea62c2 (patch) | |
tree | e6cf4c761c911cd6451258e13f8880e8a0a917d6 /gprof/configure.in | |
parent | 109eb06cce362f040b062107897826fc1b01431e (diff) | |
download | gdb-af0786b4013325351bbb5e0c50d0b0510cea62c2.zip gdb-af0786b4013325351bbb5e0c50d0b0510cea62c2.tar.gz gdb-af0786b4013325351bbb5e0c50d0b0510cea62c2.tar.bz2 |
some ns32k updates from Ian Dall
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index d75454c..7849a85 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -16,7 +16,7 @@ changequote([,])dnl sparc-*-*) MY_TARGET=sparc ;; tahoe-*-*) MY_TARGET=tahoe ;; vax-*-*) MY_TARGET=vax ;; -ns532-*-*|*-pc532-*) MY_TARGET=ns532;; +ns32k-*-*) MY_TARGET=ns532;; *-*-*) MY_TARGET=dummy ;; esac |