ext-toolchain-wrapper: fix typo

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Baruch Siach 2014-04-10 08:46:25 +03:00 committed by Peter Korsgaard
parent 4750552e3e
commit 5c76842107

View File

@ -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