diff options
author | Mike Hommey <glandium@debian.org> | 2007-08-26 10:54:57 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2007-08-26 10:54:57 +0200 |
commit | 2b6861bb726172b0a9946e7d31ff4ca163bae6df (patch) | |
tree | 3e66058a45f841a1155d57ee239f663535eb6bfe /config.sub | |
parent | 36cccb83804d8cbd041066d7610c137329e16878 (diff) | |
parent | c69572cb9f2467259a73de64c08e141f21f17fa8 (diff) | |
download | libxml2-debian/2.6.30.dfsg-1.tar.gz |
New upstream releasedebian/2.6.30.dfsg-1
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-01-18' +timestamp='2007-06-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -475,8 +475,8 @@ case $basic_machine in basic_machine=craynv-cray os=-unicosmp ;; - cr16c) - basic_machine=cr16c-unknown + cr16) + basic_machine=cr16-unknown os=-elf ;; crds | unos) @@ -683,6 +683,10 @@ case $basic_machine in basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;; |