Commit ca9d5dc6 by Joseph Myers Committed by Joseph Myers

mt-sde: Fix typos.

	* mt-sde: Fix typos.
	* stdint.m4: Fix typos.
	* tcl.m4: Fix typos.

From-SVN: r187971
parent 6399c0ab
2012-05-29 Joseph Myers <joseph@codesourcery.com>
* mt-sde: Fix typos.
* stdint.m4: Fix typos.
* tcl.m4: Fix typos.
2012-04-03 Tristan Gingold <gingold@adacore.com> 2012-04-03 Tristan Gingold <gingold@adacore.com>
* mmap.m4: Use *vms* instead of vms*. * mmap.m4: Use *vms* instead of vms*.
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
# as they have the D-to-I redirect for PC-relative loads. -mno-gpopt # as they have the D-to-I redirect for PC-relative loads. -mno-gpopt
# has two purposes: it allows libraries to be used in situations where # has two purposes: it allows libraries to be used in situations where
# $gp != our _gp, and it allows them to be built with -G8 while # $gp != our _gp, and it allows them to be built with -G8 while
# retaining link compability with -G0 and -G4. # retaining link compatibility with -G0 and -G4.
CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
...@@ -18,7 +18,7 @@ dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the ...@@ -18,7 +18,7 @@ dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
dnl existence of an include file <stdint.h> that defines a set of dnl existence of an include file <stdint.h> that defines a set of
dnl typedefs, especially uint8_t,int32_t,uintptr_t. dnl typedefs, especially uint8_t,int32_t,uintptr_t.
dnl Many older installations will not provide this file, but some will dnl Many older installations will not provide this file, but some will
dnl have the very same definitions in <inttypes.h>. In other enviroments dnl have the very same definitions in <inttypes.h>. In other environments
dnl we can use the inet-types in <sys/types.h> which would define the dnl we can use the inet-types in <sys/types.h> which would define the
dnl typedefs int8_t and u_int8_t respectivly. dnl typedefs int8_t and u_int8_t respectivly.
dnl dnl
......
...@@ -290,7 +290,7 @@ AC_DEFUN([SC_LOAD_TCLCONFIG], [ ...@@ -290,7 +290,7 @@ AC_DEFUN([SC_LOAD_TCLCONFIG], [
elif test "`uname -s`" = "Darwin"; then elif test "`uname -s`" = "Darwin"; then
# If Tcl was built as a framework, attempt to use the libraries # If Tcl was built as a framework, attempt to use the libraries
# from the framework at the given location so that linking works # from the framework at the given location so that linking works
# against Tcl.framework installed in an arbitary location. # against Tcl.framework installed in an arbitrary location.
case ${TCL_DEFS} in case ${TCL_DEFS} in
*TCL_FRAMEWORK*) *TCL_FRAMEWORK*)
if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
...@@ -373,7 +373,7 @@ AC_DEFUN([SC_LOAD_TKCONFIG], [ ...@@ -373,7 +373,7 @@ AC_DEFUN([SC_LOAD_TKCONFIG], [
elif test "`uname -s`" = "Darwin"; then elif test "`uname -s`" = "Darwin"; then
# If Tk was built as a framework, attempt to use the libraries # If Tk was built as a framework, attempt to use the libraries
# from the framework at the given location so that linking works # from the framework at the given location so that linking works
# against Tk.framework installed in an arbitary location. # against Tk.framework installed in an arbitrary location.
case ${TK_DEFS} in case ${TK_DEFS} in
*TK_FRAMEWORK*) *TK_FRAMEWORK*)
if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
...@@ -815,7 +815,7 @@ AC_DEFUN([SC_ENABLE_LANGINFO], [ ...@@ -815,7 +815,7 @@ AC_DEFUN([SC_ENABLE_LANGINFO], [
# #
# Defines the following variable: # Defines the following variable:
# #
# MAN_FLAGS - The apropriate flags for installManPage # MAN_FLAGS - The appropriate flags for installManPage
# according to the user's selection. # according to the user's selection.
# #
#-------------------------------------------------------------------- #--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment