]> Zhao Yanbai Git Server - minix.git/commit
gcc compiles - add -fno-builtin so that gcc optimisations don't break things.
authorBen Gras <ben@minix3.org>
Tue, 31 Aug 2010 16:42:44 +0000 (16:42 +0000)
committerBen Gras <ben@minix3.org>
Tue, 31 Aug 2010 16:42:44 +0000 (16:42 +0000)
commitb3c3a1cb1ea1f906c38dbd5744645eeda8ca0eb0
tree55ceacda3ecdd60cf9e321b1c22839ab4134e57c
parentb1847ae244bde34fe8f832018ba79bbcb3a799cb
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
kernel/Makefile
share/mk/bsd.gcc.mk