summaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-02 07:50:36 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-02 07:50:36 +0000
commit40e566aef9e5d735bb638d836add209c2ca8ea8f (patch)
tree913bb5562143a9047dcf731f325c6a80614e5552 /config.sub
parent4a454e046d667ba433e15cac6dade4dfdfe6b66f (diff)
downloadruby-40e566aef9e5d735bb638d836add209c2ca8ea8f.tar.gz
ruby-40e566aef9e5d735bb638d836add209c2ca8ea8f.tar.xz
ruby-40e566aef9e5d735bb638d836add209c2ca8ea8f.zip
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.sub')
-rw-r--r--config.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index a2d8b0d59..914903cfe 100644
--- a/config.sub
+++ b/config.sub
@@ -157,6 +157,9 @@ case $os in
os=-vxworks
basic_machine=$1
;;
+ -hiuxmpp)
+ os=-hiuxmpp
+ ;;
-hiux*)
os=-hiuxwe2
;;