diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-14 10:25:16 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-14 10:25:16 +0000 |
commit | 4fb49d32157a772373338f84fb6f671318a01900 (patch) | |
tree | c08dd01bde30c4a0243b0699ded7b0e93bc7e9a6 | |
parent | 2bf52a52ff66943c0791aa312a057ff2898ee379 (diff) | |
download | crosstool-ng-4fb49d32157a772373338f84fb6f671318a01900.tar.gz crosstool-ng-4fb49d32157a772373338f84fb6f671318a01900.tar.bz2 crosstool-ng-4fb49d32157a772373338f84fb6f671318a01900.zip |
Update config.sub.
-rwxr-xr-x | tools/config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/config.sub b/tools/config.sub index c060f448..1761d8bd 100755 --- a/tools/config.sub +++ b/tools/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-04-29' +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) |