From: Baruch Siach Date: Thu, 10 Apr 2014 05:46:25 +0000 (+0300) Subject: ext-toolchain-wrapper: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c768421073875caa156f3ad6da413dd6be63595;p=buildroot.git ext-toolchain-wrapper: fix typo Signed-off-by: Baruch Siach Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c b/toolchain/toolchain-external/ext-toolchain-wrapper.c index db497844c1..8db4ac4214 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