Displaying 2 results from an estimated 2 matches for "config_arm_eabi".
2019 Feb 01
0
[klibc:master] arm: Enable CONFIG_ARM_EABI by default
...rg/?p=libs/klibc/klibc.git;a=commit;h=4aff8c7ca9711056668ef038372a5a65133cf930
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 2 Feb 2019 00:25:34 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 2 Feb 2019 00:50:52 +0100
[klibc] arm: Enable CONFIG_ARM_EABI by default
Since Linux 4.14, the "new" system call ABI (CONFIG_AEABI) is enabled
by default when building for ARMv6/v7 processors. The old system call
ABI can be enabled in parallel (CONFIG_OABI_COMPAT) but is disabled by
default.
When building a kernel for ARMv4/v5 processors, the def...
2019 Oct 07
0
[ANNOUNCE] klibc 2.0.7
...bc: Replace list with sections and headings
[klibc] Makefile: Check for $(KLIBCKERNELSRC)/include directory
[klibc] Simplify build instructions
[klibc] README.klibc: Document most of the build options
[klibc] REAMDE.klibc: Update architecture status
[klibc] arm: Enable CONFIG_ARM_EABI by default
[klibc] klcc: Enable stripping even if CONFIG_DEBUG_INFO is enabled
[klibc] Kbuild: Work around broken "ar s" in binutils 2.32
[klibc] Fix missing header dependency for sigsuspend.o
[klibc] nfsmount: Use kernel client's default value for timeo option...