summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolchain/toolchain-external/ext-toolchain-wrapper.c2
1 files changed, 1 insertions, 1 deletions
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