From 5c768421073875caa156f3ad6da413dd6be63595 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 10 Apr 2014 08:46:25 +0300 Subject: ext-toolchain-wrapper: fix typo Signed-off-by: Baruch Siach Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- toolchain/toolchain-external/ext-toolchain-wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c b/toolchain/toolchain-external/ext-toolchain-wrapper.c index db497844c..8db4ac421 100644 --- a/toolchain/toolchain-external/ext-toolchain-wrapper.c +++ b/toolchain/toolchain-external/ext-toolchain-wrapper.c @@ -26,7 +26,7 @@ static char sysroot[PATH_MAX]; /** * GCC errors out with certain combinations of arguments (examples are - * -mabi-float={hard|soft} and -m{little|big}-endian), so we have to ensure + * -mfloat-abi={hard|soft} and -m{little|big}-endian), so we have to ensure * that we only pass the predefined one to the real compiler if the inverse * option isn't in the argument list. * This specifies the worst case number of extra arguments we might pass -- cgit v1.2.3