search for: b317286

Displaying 1 result from an estimated 1 matches for "b317286".

Did you mean: 317286
2015 Nov 05
0
[klibc:master] Inline __arch_libcinit()
...bc/arch/i386/Kbuild | 2 +- usr/klibc/libc_init.c | 7 ++++++- 6 files changed, 22 insertions(+), 6 deletions(-) diff --git a/scripts/Kbuild.klibc.include b/scripts/Kbuild.klibc.include new file mode 100644 index 0000000..b317286 --- /dev/null +++ b/scripts/Kbuild.klibc.include @@ -0,0 +1,11 @@ + +# klibc-cc-option +# Usage: cflags-y += $(call klibc-cc-option,-march=winchip-c6,-march=i586) + +klibc-cc-option = $(call try-run,\ + $(CC) $(KLIBCCPPFLAGS) $(KLIBCCFLAGS) $(1) -c -xc /dev/null -o "$$TMP",$(1),$(2)) + +#...