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 | |
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')
-rwxr-xr-x | gprof/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure b/gprof/configure index b9a6fca..2408cbd 100755 --- a/gprof/configure +++ b/gprof/configure @@ -603,7 +603,7 @@ i[345]86-*-*) MY_TARGET=i386 ;; sparc-*-*) MY_TARGET=sparc ;; tahoe-*-*) MY_TARGET=tahoe ;; vax-*-*) MY_TARGET=vax ;; -ns532-*-*|*-pc532-*) MY_TARGET=ns532;; +ns32k-*-*|*-pc532-*) MY_TARGET=ns532;; *-*-*) MY_TARGET=dummy ;; esac |