Added __minix3 to make it easier to figure out that we are compiling on/for
Minix 3.
This commit is contained in:
parent
ed9be75384
commit
20a9ca246d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ASMCONV = $L/asmconv
|
|||
AAL = /usr/bin/aal
|
||||
|
||||
# Minix predefined symbols.
|
||||
CPP_F = -D__minix -D__$ARCH
|
||||
CPP_F = -D__minix -D__minix3 -D__$ARCH
|
||||
|
||||
# Library path.
|
||||
LIBPATH = $USERLIBPATH $A/$ARCH
|
||||
|
|
Loading…
Reference in a new issue