gcc compiles - add -fno-builtin so that gcc optimisations don't break things.
- kernel compile was broken with gcc as putchar() was added by gcc in
stacktrace.c
- add -fno-builtin everywhere to avoid such problems in the future
- -fno-builtin in kernel now redundant
This commit is contained in:
@@ -1 +1,2 @@
|
||||
AFLAGS+=-D__ASSEMBLY__ -D_EM_WSIZE=4 -D__minix
|
||||
CFLAGS+= -fno-builtin
|
||||
|
||||
Reference in New Issue
Block a user