Robet P. J. DAY: typoes.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Feb 14 22:44:34 2008 +0000 (2008-02-14)
changeset 425548b7aa23385
parent 424 8056e0db5c4a
child 426 95ea1a41aa9d
Robet P. J. DAY: typoes.
COPYING
Makefile.in
config/cc.in
config/global.in
config/target.in
config/toolchain.in
samples/arm-unknown-linux-uclibc/crosstool.config
samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
samples/armeb-unknown-linux-gnu/crosstool.config
samples/armeb-unknown-linux-uclibc/crosstool.config
samples/i586-geode-linux-uclibc/crosstool.config
samples/i686-nptl-linux-gnu/crosstool.config
samples/ia64-unknown-linux-gnu/crosstool.config
samples/mips-unknown-linux-uclibc/crosstool.config
samples/x86_64-unknown-linux-uclibc/crosstool.config
scripts/crosstool.sh
scripts/functions
     1.1 --- a/COPYING	Thu Feb 14 22:43:49 2008 +0000
     1.2 +++ b/COPYING	Thu Feb 14 22:44:34 2008 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -Unless otherwise stated in individaul files, this work is licensed to you under
     1.5 +Unless otherwise stated in individual files, this work is licensed to you under
     1.6  the following terms.
     1.7  
     1.8  - Files in docs/ are available under the Creative Commons Attribution, Share
     2.1 --- a/Makefile.in	Thu Feb 14 22:43:49 2008 +0000
     2.2 +++ b/Makefile.in	Thu Feb 14 22:44:34 2008 +0000
     2.3 @@ -82,7 +82,7 @@
     2.4  #--------------------------------------
     2.5  # Install rules
     2.6  
     2.7 -# If using localy, don't install
     2.8 +# If using locally, don't install
     2.9  install-local-test:
    2.10  	@if [ "$(LOCAL)" = "1" ]; then                                          \
    2.11  	     echo "You're using local copy as runtime. You can't (un)install."; \
    2.12 @@ -107,7 +107,7 @@
    2.13  	 done
    2.14  
    2.15  # Samples need a little love:
    2.16 -#  - change every occurence of CT_TOP_DIR to CT_LIB_DIR
    2.17 +#  - change every occurrence of CT_TOP_DIR to CT_LIB_DIR
    2.18  install-lib-samples: install-local-test $(LIBDIR) install-lib-main
    2.19  	@echo "  INST   samples/"
    2.20  	@tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -)
     3.1 --- a/config/cc.in	Thu Feb 14 22:43:49 2008 +0000
     3.2 +++ b/config/cc.in	Thu Feb 14 22:44:34 2008 +0000
     3.3 @@ -53,7 +53,7 @@
     3.4  config CC_SUPPORT_OBJCXX
     3.5      bool
     3.6  
     3.7 -comment "Additionnal supported languages:"
     3.8 +comment "Additional supported languages:"
     3.9  
    3.10  config CC_LANG_CXX
    3.11      bool
     4.1 --- a/config/global.in	Thu Feb 14 22:43:49 2008 +0000
     4.2 +++ b/config/global.in	Thu Feb 14 22:44:34 2008 +0000
     4.3 @@ -154,7 +154,7 @@
     4.4      default n
     4.5      depends on LOCAL_TARBALLS_DIR != ""
     4.6      help
     4.7 -      If you say 'y' here, new doanloaded tarballs will be saved in the
     4.8 +      If you say 'y' here, new downloaded tarballs will be saved in the
     4.9        directory you entered above.
    4.10  
    4.11  config PREFIX_DIR
     5.1 --- a/config/target.in	Thu Feb 14 22:43:49 2008 +0000
     5.2 +++ b/config/target.in	Thu Feb 14 22:44:34 2008 +0000
     5.3 @@ -106,7 +106,7 @@
     5.4  
     5.5  config ARCH_ARCH
     5.6      string
     5.7 -    prompt "Achitecture level"
     5.8 +    prompt "Architecture level"
     5.9      default ""
    5.10      help
    5.11        GCC uses this name to determine what kind of instructions it can emit
     6.1 --- a/config/toolchain.in	Thu Feb 14 22:43:49 2008 +0000
     6.2 +++ b/config/toolchain.in	Thu Feb 14 22:44:34 2008 +0000
     6.3 @@ -24,7 +24,7 @@
     6.4  
     6.5  choice
     6.6      bool
     6.7 -    prompt "Threading implentation to use:"
     6.8 +    prompt "Threading implementation to use:"
     6.9      default THREADS_NPTL           if LIBC_SUPPORT_NPTL
    6.10      default THREADS_LINUXTHREADS   if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
    6.11      default THREADS_NONE           if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
    6.12 @@ -142,7 +142,7 @@
    6.13  
    6.14  config CROSS_NATIVE
    6.15      bool
    6.16 -    prompt "Croos-native (EXPERIMENTAL)"
    6.17 +    prompt "Cross-native (EXPERIMENTAL)"
    6.18      depends on EXPERIMENTAL
    6.19      help
    6.20        Build a cross-native toolchain.
     7.1 --- a/samples/arm-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
     7.2 +++ b/samples/arm-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
     7.3 @@ -209,7 +209,7 @@
     7.4  CT_CC_SUPPORT_OBJCXX=y
     7.5  
     7.6  #
     7.7 -# Additionnal supported languages:
     7.8 +# Additional supported languages:
     7.9  #
    7.10  CT_CC_LANG_CXX=y
    7.11  # CT_CC_LANG_FORTRAN is not set
     8.1 --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
     8.2 +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
     8.3 @@ -209,7 +209,7 @@
     8.4  CT_CC_SUPPORT_OBJCXX=y
     8.5  
     8.6  #
     8.7 -# Additionnal supported languages:
     8.8 +# Additional supported languages:
     8.9  #
    8.10  CT_CC_LANG_CXX=y
    8.11  # CT_CC_LANG_FORTRAN is not set
     9.1 --- a/samples/armeb-unknown-linux-gnu/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
     9.2 +++ b/samples/armeb-unknown-linux-gnu/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
     9.3 @@ -206,7 +206,7 @@
     9.4  CT_CC_SUPPORT_OBJCXX=y
     9.5  
     9.6  #
     9.7 -# Additionnal supported languages:
     9.8 +# Additional supported languages:
     9.9  #
    9.10  CT_CC_LANG_CXX=y
    9.11  # CT_CC_LANG_FORTRAN is not set
    10.1 --- a/samples/armeb-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
    10.2 +++ b/samples/armeb-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
    10.3 @@ -209,7 +209,7 @@
    10.4  CT_CC_SUPPORT_OBJCXX=y
    10.5  
    10.6  #
    10.7 -# Additionnal supported languages:
    10.8 +# Additional supported languages:
    10.9  #
   10.10  CT_CC_LANG_CXX=y
   10.11  # CT_CC_LANG_FORTRAN is not set
    11.1 --- a/samples/i586-geode-linux-uclibc/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
    11.2 +++ b/samples/i586-geode-linux-uclibc/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
    11.3 @@ -202,7 +202,7 @@
    11.4  CT_CC_SUPPORT_OBJCXX=y
    11.5  
    11.6  #
    11.7 -# Additionnal supported languages:
    11.8 +# Additional supported languages:
    11.9  #
   11.10  CT_CC_LANG_CXX=y
   11.11  # CT_CC_LANG_FORTRAN is not set
    12.1 --- a/samples/i686-nptl-linux-gnu/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
    12.2 +++ b/samples/i686-nptl-linux-gnu/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
    12.3 @@ -202,7 +202,7 @@
    12.4  CT_CC_SUPPORT_OBJCXX=y
    12.5  
    12.6  #
    12.7 -# Additionnal supported languages:
    12.8 +# Additional supported languages:
    12.9  #
   12.10  CT_CC_LANG_CXX=y
   12.11  # CT_CC_LANG_FORTRAN is not set
    13.1 --- a/samples/ia64-unknown-linux-gnu/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
    13.2 +++ b/samples/ia64-unknown-linux-gnu/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
    13.3 @@ -204,7 +204,7 @@
    13.4  CT_CC_SUPPORT_OBJCXX=y
    13.5  
    13.6  #
    13.7 -# Additionnal supported languages:
    13.8 +# Additional supported languages:
    13.9  #
   13.10  # CT_CC_LANG_CXX is not set
   13.11  # CT_CC_LANG_FORTRAN is not set
    14.1 --- a/samples/mips-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
    14.2 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
    14.3 @@ -204,7 +204,7 @@
    14.4  CT_CC_SUPPORT_OBJCXX=y
    14.5  
    14.6  #
    14.7 -# Additionnal supported languages:
    14.8 +# Additional supported languages:
    14.9  #
   14.10  CT_CC_LANG_CXX=y
   14.11  # CT_CC_LANG_FORTRAN is not set
    15.1 --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:43:49 2008 +0000
    15.2 +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config	Thu Feb 14 22:44:34 2008 +0000
    15.3 @@ -202,7 +202,7 @@
    15.4  CT_CC_SUPPORT_OBJCXX=y
    15.5  
    15.6  #
    15.7 -# Additionnal supported languages:
    15.8 +# Additional supported languages:
    15.9  #
   15.10  CT_CC_LANG_CXX=y
   15.11  # CT_CC_LANG_FORTRAN is not set
    16.1 --- a/scripts/crosstool.sh	Thu Feb 14 22:43:49 2008 +0000
    16.2 +++ b/scripts/crosstool.sh	Thu Feb 14 22:44:34 2008 +0000
    16.3 @@ -92,7 +92,7 @@
    16.4      CT_DoLog ERROR "You asked to restart a non-restartable build"
    16.5      CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS"
    16.6      CT_DoLog ERROR "in the config options for the previous build, or the state"
    16.7 -    CT_DoLog ERROR "directoy for the previous build was deleted."
    16.8 +    CT_DoLog ERROR "directory for the previous build was deleted."
    16.9      CT_Abort "I will stop here to avoid any carnage"
   16.10  fi
   16.11  
   16.12 @@ -187,7 +187,7 @@
   16.13  mkdir -p "${CT_STATE_DIR}"
   16.14  
   16.15  # Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if
   16.16 -# the previous build was successfull. To be able to move the logfile there,
   16.17 +# the previous build was successful. To be able to move the logfile there,
   16.18  # switch them back to read/write
   16.19  chmod -R u+w "${CT_INSTALL_DIR}" "${CT_PREFIX_DIR}"
   16.20  
    17.1 --- a/scripts/functions	Thu Feb 14 22:43:49 2008 +0000
    17.2 +++ b/scripts/functions	Thu Feb 14 22:44:34 2008 +0000
    17.3 @@ -158,7 +158,7 @@
    17.4  # Test the presence of a tool, or abort if not found
    17.5  # Usage: CT_HasOrAbort <tool>
    17.6  CT_HasOrAbort() {
    17.7 -    CT_TestAndAbort "\"${1}\" not found and needed for successfull toolchain build." -z "`CT_Which \"${1}\"`"
    17.8 +    CT_TestAndAbort "\"${1}\" not found and needed for successful toolchain build." -z "`CT_Which \"${1}\"`"
    17.9      return 0
   17.10  }
   17.11