Added __minix3 to make it easier to figure out that we are compiling on/for

Minix 3.
This commit is contained in:
Philip Homburg 2006-06-22 11:44:17 +00:00
parent ed9be75384
commit 20a9ca246d

View file

@ -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