From 20a9ca246d6eaaae721805b6133c1639eb120fe3 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Thu, 22 Jun 2006 11:44:17 +0000 Subject: [PATCH] Added __minix3 to make it easier to figure out that we are compiling on/for Minix 3. --- commands/i386/acd.descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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