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
d75138be00
minix
/
share
/
mk
/
bsd.gcc.mk
3 lines
65 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
Globally enable -Wall warnings for GCC
2011-06-08 21:19:45 +02:00
CFLAGS
+=
-fno-builtin -Wall
Reference in a new issue
Copy permalink