diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-01 06:47:47 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-01 06:47:47 +0000 |
commit | c7d499225b4d035c17acf774a3d53e20d6301df7 (patch) | |
tree | e75ab42ee208290c1c4123178f1f8317f1fb3175 /config.sub | |
parent | 11fef7fd630528ac1b6c55739cb1affb2208944c (diff) | |
download | ruby-c7d499225b4d035c17acf774a3d53e20d6301df7.tar.gz |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.sub')
-rw-r--r-- | config.sub | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 3c591de61b..27dae9e8f5 100644 --- a/config.sub +++ b/config.sub @@ -525,6 +525,10 @@ case $basic_machine in basic_machine=i386-unknown os=-netbsd ;; + hpcmips*-*) + basic_machine=hpcmips-unknown + os=-netbsd + ;; netwinder) basic_machine=armv4l-corel os=-linux |