summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-16 10:41:54 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-16 10:41:54 +0000
commitf4c42434297a7b5a4a49c3d65d1a1d6885a8081f (patch)
tree264d6f870f34403ba27680a1803331410abe83d7 /config.sub
parentd5db6fd46ef39538766493e1221ca070cff26148 (diff)
1.1b9_11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.sub')
-rw-r--r--config.sub10
1 files changed, 6 insertions, 4 deletions
diff --git a/config.sub b/config.sub
index b16b2c0c7d..d37810352f 100644
--- a/config.sub
+++ b/config.sub
@@ -662,10 +662,6 @@ case $basic_machine in
orion105)
basic_machine=clipper-highlevel
;;
- human)
- basic_machine=m68k-sharp
- os=-human
- ;;
*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
exit 1
@@ -680,6 +676,10 @@ case $basic_machine in
*-commodore*)
basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
;;
+ human)
+ basic_machine=m68k-sharp
+ os=-human
+ ;;
*)
;;
esac
@@ -781,6 +781,8 @@ case $os in
-xenix)
os=-xenix
;;
+ -human)
+ ;;
-none)
;;
*)