Implemented support for building host binaries to test kernel features
This commit is contained in:
7
tools/make/gcc-host.mk
Normal file
7
tools/make/gcc-host.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
LD := gcc
|
||||
CC := gcc
|
||||
ASM := gcc
|
||||
|
||||
CFLAGS := -Wall -Werror -pedantic
|
||||
ASMFLAGS := $(CFLAGS)
|
||||
LDFLAGS := -O2
|
||||
Reference in New Issue
Block a user