mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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:
parent
4750552e3e
commit
5c76842107
@ -26,7 +26,7 @@ static char sysroot[PATH_MAX];
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GCC errors out with certain combinations of arguments (examples are
|
* 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
|
* that we only pass the predefined one to the real compiler if the inverse
|
||||||
* option isn't in the argument list.
|
* option isn't in the argument list.
|
||||||
* This specifies the worst case number of extra arguments we might pass
|
* This specifies the worst case number of extra arguments we might pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user