Browse Source

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>
Baruch Siach 11 years ago
parent
commit
5c76842107
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/toolchain-external/ext-toolchain-wrapper.c

+ 1 - 1
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