kern: fix built-in usage for libc

This commit is contained in:
Michael Scire 2020-08-02 23:39:58 -07:00 committed by SciresM
parent e1bd6fb874
commit e5b7eb89e5
2 changed files with 4 additions and 0 deletions

View file

@ -87,6 +87,8 @@ $(OUTPUT).elf : $(OFILES) ../../../libraries/libmesosphere/lib/libmesosphere.a
$(OFILES_SRC) : $(HFILES_BIN)
kern_libc_generic.o: CFLAGS += -fno-builtin
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------

View file

@ -87,6 +87,8 @@ $(OUTPUT).elf : $(OFILES) ../../../libraries/libmesosphere/lib/libmesosphere.a
$(OFILES_SRC) : $(HFILES_BIN)
kern_libc_generic.o: CFLAGS += -fno-builtin
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------