This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d87559f9b9
minix
/
share
/
mk
/
bsd.gcc.mk
3 lines
59 B
Makefile
Raw
Normal View
History
Unescape
Escape
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 15:36:29 +02:00
AFLAGS
+=
-D__ASSEMBLY__ -D_EM_WSIZE
=
4
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 18:42:44 +02:00
CFLAGS
+=
-fno-builtin
Reference in a new issue
Copy permalink