diff options
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index a4de83d..a5b5363 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -14,6 +14,7 @@ i386-*-*) my_target=i386 ;; sparc-*-*) my_target=sparc ;; tahoe-*-*) my_target=tahoe ;; vax-*-*) my_target=vax ;; +ns532-*-*|*-pc532-*) my_target=ns532;; *-*-*) my_target=dummy ;; esac |