From: Philip Homburg Date: Thu, 22 Jun 2006 11:44:17 +0000 (+0000) Subject: Added __minix3 to make it easier to figure out that we are compiling on/for X-Git-Tag: v3.1.3~303 X-Git-Url: http://zhaoyanbai.com/repos/man.ddns-confgen.html?a=commitdiff_plain;h=20a9ca246d6eaaae721805b6133c1639eb120fe3;p=minix.git Added __minix3 to make it easier to figure out that we are compiling on/for Minix 3. --- diff --git a/commands/i386/acd.descr b/commands/i386/acd.descr index 1f3802b80..0d3d1c73b 100644 --- a/commands/i386/acd.descr +++ b/commands/i386/acd.descr @@ -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