summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-18 18:06:32 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-18 18:06:32 +0000
commit9c880d82eb87dd736b69a076bf21964245c1bfa3 (patch)
tree40daa0ad278d1506431ca206fd7bbcd3eb9f8e7b /config.sub
parent27b9faa69c4c804305310ea3f771457b857dfd4f (diff)
- bison 2.7 & automake 1.12.6
- Update configure.ac git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1680 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 89b1286..8df5511 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-10-10'
+timestamp='2012-12-06'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -1026,7 +1026,11 @@ case $basic_machine in
basic_machine=i586-unknown
os=-pw32
;;
- rdos)
+ rdos | rdos64)
+ basic_machine=x86_64-pc
+ os=-rdos
+ ;;
+ rdos32)
basic_machine=i386-pc
os=-rdos
;;