diff options
author | Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> | 2015-07-17 13:20:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-17 19:39:19 +0200 |
commit | ee4e4a96d71a634d626cc26b9259f2243a588c1a (patch) | |
tree | d33761a5496356625494489cee2868f108ee0cfd | |
parent | 0daffc0b65aa86d6d5bc6916736e0cffcdf540cc (diff) | |
download | buildroot-ee4e4a96d71a634d626cc26b9259f2243a588c1a.tar.gz buildroot-ee4e4a96d71a634d626cc26b9259f2243a588c1a.zip |
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>
-rw-r--r-- | toolchain/toolchain-external/toolchain-external.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk index ce9d79f2fa..5ce4d334cf 100644 --- a/toolchain/toolchain-external/toolchain-external.mk +++ b/toolchain/toolchain-external/toolchain-external.mk @@ -670,7 +670,7 @@ endif # Build toolchain wrapper for preprocessor, C and C++ compiler and setup # symlinks for everything else. Skip gdb symlink when we are building our # 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 # 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 |