search for: 7d46de94

Displaying 1 result from an estimated 1 matches for "7d46de94".

2019 Feb 01
0
[klibc:master] arm: Enable CONFIG_ARM_EABI by default
...new system call ABI. Therefore I think that it is better to assume the "new" system call ABI by default. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defconfig b/defconfig index 9938e0ab..7d46de94 100644 --- a/defconfig +++ b/defconfig @@ -6,5 +6,5 @@ CONFIG_KLIBC_ZLIB=y CONFIG_REGPARM=y # ARM options # CONFIG_KLIBC_THUMB is not set -# CONFIG_AEABI is not set +CONFIG_AEABI=y # CONFIG_DEBUG_INFO is not set