# HG changeset patch # User "Yann E. MORIN" # Date 1203029074 0 # Node ID 548b7aa2338597c50ac8f37e896cea48e1169cd7 # Parent 8056e0db5c4a8ae6bcec5d62269769300314c9bb Robet P. J. DAY: typoes. diff -r 8056e0db5c4a -r 548b7aa23385 COPYING --- a/COPYING Thu Feb 14 22:43:49 2008 +0000 +++ b/COPYING Thu Feb 14 22:44:34 2008 +0000 @@ -1,4 +1,4 @@ -Unless otherwise stated in individaul files, this work is licensed to you under +Unless otherwise stated in individual files, this work is licensed to you under the following terms. - Files in docs/ are available under the Creative Commons Attribution, Share diff -r 8056e0db5c4a -r 548b7aa23385 Makefile.in --- a/Makefile.in Thu Feb 14 22:43:49 2008 +0000 +++ b/Makefile.in Thu Feb 14 22:44:34 2008 +0000 @@ -82,7 +82,7 @@ #-------------------------------------- # Install rules -# If using localy, don't install +# If using locally, don't install install-local-test: @if [ "$(LOCAL)" = "1" ]; then \ echo "You're using local copy as runtime. You can't (un)install."; \ @@ -107,7 +107,7 @@ done # Samples need a little love: -# - change every occurence of CT_TOP_DIR to CT_LIB_DIR +# - change every occurrence of CT_TOP_DIR to CT_LIB_DIR install-lib-samples: install-local-test $(LIBDIR) install-lib-main @echo " INST samples/" @tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -) diff -r 8056e0db5c4a -r 548b7aa23385 config/cc.in --- a/config/cc.in Thu Feb 14 22:43:49 2008 +0000 +++ b/config/cc.in Thu Feb 14 22:44:34 2008 +0000 @@ -53,7 +53,7 @@ config CC_SUPPORT_OBJCXX bool -comment "Additionnal supported languages:" +comment "Additional supported languages:" config CC_LANG_CXX bool diff -r 8056e0db5c4a -r 548b7aa23385 config/global.in --- a/config/global.in Thu Feb 14 22:43:49 2008 +0000 +++ b/config/global.in Thu Feb 14 22:44:34 2008 +0000 @@ -154,7 +154,7 @@ default n depends on LOCAL_TARBALLS_DIR != "" help - If you say 'y' here, new doanloaded tarballs will be saved in the + If you say 'y' here, new downloaded tarballs will be saved in the directory you entered above. config PREFIX_DIR diff -r 8056e0db5c4a -r 548b7aa23385 config/target.in --- a/config/target.in Thu Feb 14 22:43:49 2008 +0000 +++ b/config/target.in Thu Feb 14 22:44:34 2008 +0000 @@ -106,7 +106,7 @@ config ARCH_ARCH string - prompt "Achitecture level" + prompt "Architecture level" default "" help GCC uses this name to determine what kind of instructions it can emit diff -r 8056e0db5c4a -r 548b7aa23385 config/toolchain.in --- a/config/toolchain.in Thu Feb 14 22:43:49 2008 +0000 +++ b/config/toolchain.in Thu Feb 14 22:44:34 2008 +0000 @@ -24,7 +24,7 @@ choice bool - prompt "Threading implentation to use:" + prompt "Threading implementation to use:" default THREADS_NPTL if LIBC_SUPPORT_NPTL default THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL default THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL @@ -142,7 +142,7 @@ config CROSS_NATIVE bool - prompt "Croos-native (EXPERIMENTAL)" + prompt "Cross-native (EXPERIMENTAL)" depends on EXPERIMENTAL help Build a cross-native toolchain. diff -r 8056e0db5c4a -r 548b7aa23385 samples/arm-unknown-linux-uclibc/crosstool.config --- a/samples/arm-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/arm-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/arm-unknown-linux-uclibcgnueabi/crosstool.config --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/armeb-unknown-linux-gnu/crosstool.config --- a/samples/armeb-unknown-linux-gnu/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/armeb-unknown-linux-gnu/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -206,7 +206,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/armeb-unknown-linux-uclibc/crosstool.config --- a/samples/armeb-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/armeb-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/i586-geode-linux-uclibc/crosstool.config --- a/samples/i586-geode-linux-uclibc/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/i586-geode-linux-uclibc/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/i686-nptl-linux-gnu/crosstool.config --- a/samples/i686-nptl-linux-gnu/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/i686-nptl-linux-gnu/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/ia64-unknown-linux-gnu/crosstool.config --- a/samples/ia64-unknown-linux-gnu/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/ia64-unknown-linux-gnu/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -204,7 +204,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # # CT_CC_LANG_CXX is not set # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/mips-unknown-linux-uclibc/crosstool.config --- a/samples/mips-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -204,7 +204,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 samples/x86_64-unknown-linux-uclibc/crosstool.config --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:43:49 2008 +0000 +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config Thu Feb 14 22:44:34 2008 +0000 @@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJCXX=y # -# Additionnal supported languages: +# Additional supported languages: # CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set diff -r 8056e0db5c4a -r 548b7aa23385 scripts/crosstool.sh --- a/scripts/crosstool.sh Thu Feb 14 22:43:49 2008 +0000 +++ b/scripts/crosstool.sh Thu Feb 14 22:44:34 2008 +0000 @@ -92,7 +92,7 @@ CT_DoLog ERROR "You asked to restart a non-restartable build" CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS" CT_DoLog ERROR "in the config options for the previous build, or the state" - CT_DoLog ERROR "directoy for the previous build was deleted." + CT_DoLog ERROR "directory for the previous build was deleted." CT_Abort "I will stop here to avoid any carnage" fi @@ -187,7 +187,7 @@ mkdir -p "${CT_STATE_DIR}" # Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if -# the previous build was successfull. To be able to move the logfile there, +# the previous build was successful. To be able to move the logfile there, # switch them back to read/write chmod -R u+w "${CT_INSTALL_DIR}" "${CT_PREFIX_DIR}" diff -r 8056e0db5c4a -r 548b7aa23385 scripts/functions --- a/scripts/functions Thu Feb 14 22:43:49 2008 +0000 +++ b/scripts/functions Thu Feb 14 22:44:34 2008 +0000 @@ -158,7 +158,7 @@ # Test the presence of a tool, or abort if not found # Usage: CT_HasOrAbort CT_HasOrAbort() { - CT_TestAndAbort "\"${1}\" not found and needed for successfull toolchain build." -z "`CT_Which \"${1}\"`" + CT_TestAndAbort "\"${1}\" not found and needed for successful toolchain build." -z "`CT_Which \"${1}\"`" return 0 }