minix/share/mk/bsd.gcc.mk
Ben Gras b3c3a1cb1e 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
2010-08-31 16:42:44 +00:00

3 lines
69 B
Makefile

AFLAGS+=-D__ASSEMBLY__ -D_EM_WSIZE=4 -D__minix
CFLAGS+= -fno-builtin