summaryrefslogtreecommitdiff
path: root/xc/config/cf/darwin.cf
diff options
context:
space:
mode:
Diffstat (limited to 'xc/config/cf/darwin.cf')
-rw-r--r--xc/config/cf/darwin.cf5
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/config/cf/darwin.cf b/xc/config/cf/darwin.cf
index c32d5d227..2d253737e 100644
--- a/xc/config/cf/darwin.cf
+++ b/xc/config/cf/darwin.cf
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/config/cf/darwin.cf,v 1.11 2001/04/16 06:51:46 torrey Exp $
+XCOMM $XFree86: xc/config/cf/darwin.cf,v 1.14 2001/05/18 17:48:23 torrey Exp $
/* Darwin / Mac OS X configuration by John Carmack <johnc@idsoftware.com> */
@@ -40,8 +40,9 @@ XCOMM $XFree86: xc/config/cf/darwin.cf,v 1.11 2001/04/16 06:51:46 torrey Exp $
/* we don't have a dbm library */
#define DBMLibrary /**/
-/* our cpp isn't in /lib/cpp */
+/* our cpp isn't in /lib/cpp and it doesn't like -undef */
#define CppCmd /usr/bin/cpp
+#define RawCppCmd CppCmd
/* we have a gcc compatible compiler, but its not called gcc */
#define CcCmd /usr/bin/cc