You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
439 B

Index: xc/config/cf/FreeBSD.cf
--- xc/config/cf/FreeBSD.cf.orig 2004-09-10 09:05:06 +0200
+++ xc/config/cf/FreeBSD.cf 2004-09-10 09:08:07 +0200
@@ -178,8 +178,12 @@
#ifndef CplusplusCmd
#define CplusplusCmd c++
#endif
+#ifndef CppCmd
#define CppCmd /usr/bin/cpp
+#endif
+#ifndef PreProcessCmd
#define PreProcessCmd CppCmd
+#endif
#define StandardCppOptions -traditional
#define StandardCppDefines /**/
#ifndef DefaultCCOptions