repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VM: munmap used by VM for itself is no longer used
[minix.git]
/
share
/
mk
/
minix.gcc.mk
blob
38dce40e573934f0d599dd327cd70815a0477898
1
AFLAGS
+=-
D__ASSEMBLY__
2
CPPFLAGS
+= -
fno-builtin
-
Wall
-
Wno-sign-compare
3
.if
${
MACHINE_ARCH
} ==
"i386"
4
CPPFLAGS
+= -
march
=
i586
5
.elif
${
MACHINE_ARCH
} ==
"arm"
6
CPPFLAGS
+= -
march
=
armv7-a
7
CPPFLAGS
+= -
D__minix
8
.
endif