trivial: fix typo optimazation

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas De Schampheleire 2015-07-17 13:20:39 +02:00 committed by Thomas Petazzoni
parent 0daffc0b65
commit ee4e4a96d7
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ endif
# Build toolchain wrapper for preprocessor, C and C++ compiler and setup # Build toolchain wrapper for preprocessor, C and C++ compiler and setup
# symlinks for everything else. Skip gdb symlink when we are building our # symlinks for everything else. Skip gdb symlink when we are building our
# own gdb to prevent two gdb's in output/host/usr/bin. # own gdb to prevent two gdb's in output/host/usr/bin.
# When the link-time-optimazation flag '-flto' is used, then the compiler # When the link-time-optimization flag '-flto' is used, then the compiler
# and binutils have to support lto. ar/ranlib need to be called with the # and binutils have to support lto. ar/ranlib need to be called with the
# lto plugin. The wrappers *-gcc-ar and *-gcc-ranlib provided by GCC could # lto plugin. The wrappers *-gcc-ar and *-gcc-ranlib provided by GCC could
# be used as drop-ins for ar/runlib when Makefiles are used which do not # be used as drop-ins for ar/runlib when Makefiles are used which do not