ext-toolchain-wrapper: fix typo
authorBaruch Siach <baruch@tkos.co.il>
Thu, 10 Apr 2014 05:46:25 +0000 (08:46 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Apr 2014 20:24:30 +0000 (22:24 +0200)
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>
toolchain/toolchain-external/ext-toolchain-wrapper.c

index db497844c1f7cdd597c8695c1fd50972a0a32fc3..8db4ac4214d0d320275e12481ddb8b9a33f9420a 100644 (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