From ee4e4a96d71a634d626cc26b9259f2243a588c1a Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Fri, 17 Jul 2015 13:20:39 +0200 Subject: [PATCH] trivial: fix typo optimazation Signed-off-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni --- toolchain/toolchain-external/toolchain-external.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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