From: Taufik Date: Thu, 25 Aug 1994 00:37:35 +0000 (+0000) Subject: Revert pc532 handling. X-Git-Tag: v1.10.2~4178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe3c1f9d02039f6aa489687b1c6e000b9e5a5b58;p=platform%2Fupstream%2Fautomake.git Revert pc532 handling. --- diff --git a/config.sub b/config.sub index ab452a6..2ecf968 100644 --- a/config.sub +++ b/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 diff --git a/lib/config.sub b/lib/config.sub index ab452a6..2ecf968 100644 --- a/lib/config.sub +++ b/lib/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