Erik van der Kouwe
c2da8cb535
Globally enable -Wall warnings for GCC
2011-06-08 19:21:03 +00:00
Ben Gras
b7eb096088
Makefiles: remove -D__minix for assembly invocations.
...
They seem to be redundant (for gcc+ack+clang) and produce
very messy warnings (for clang, due to it already being defined).
2010-09-13 13:36:29 +00:00
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
Arun Thomas
e10916476a
Move mkfiles from /etc/mk to /usr/share/mk
...
Simplifies pkgsrc porting.
2010-06-25 19:33:56 +00:00