[rtems commit] Update from automake-1.12.6.
Ralf Corsepius
ralf at rtems.org
Wed Dec 19 13:09:23 UTC 2012
Module: rtems
Branch: master
Commit: b1efb2fab7163ec7caf95fe8cc78b31cb359e2d3
Changeset: http://git.rtems.org/rtems/commit/?id=b1efb2fab7163ec7caf95fe8cc78b31cb359e2d3
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Wed Dec 19 14:13:48 2012 +0100
Update from automake-1.12.6.
---
config.sub | 8 ++++++--
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
;;
More information about the vc
mailing list