From e0a920510371119420a09281f5858786cd427334 Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Thu, 25 Aug 1994 00:37:35 +0000 Subject: [PATCH] Revert pc532 handling. From-SVN: r7978 --- gcc/config.sub | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gcc/config.sub b/gcc/config.sub index ab452a67c7f..2ecf9689065 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -383,15 +383,8 @@ case $basic_machine in pbb) basic_machine=m68k-tti ;; - pc532) - case $os in - -netbsd*) - basic_machine=pc532-unknown - ;; - *) - basic_machine=ns32k-pc532 - ;; - esac + pc532 | pc532-*) + basic_machine=ns32k-pc532 ;; pentium-*) # We will change tis to say i586 once there has been -- 2.30.2