Use -O2 -fno-strict-aliasing optimization for FreeBSD
[oweals/cde.git] / cde / config / cf / OpenBSD.cf
index f2978969944e28a24170bb186b0568a597e2456a..ccde1f89e141dae2afb435ceb39a33b5ebf94a4c 100644 (file)
@@ -164,7 +164,7 @@ XCOMM operating system:  OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
 #define MkdirHierCmd           mkdir -p
 
 #ifndef CppCmd
-#define CppCmd                 /usr/libexec/cpp
+#define CppCmd                 /usr/libexec/cpp -traditional
 #endif
 #define StandardCppOptions     -traditional
 #define StandardCppDefines     /**/
@@ -1024,9 +1024,11 @@ install:: fonts.alias                                                    @@\
 
 #define BuildLibPathVar        LD_LIBRARY_PATH
 
-#ifndef RandomMotifMessageCatalogRule
-#define RandomMotifMessageCatalogRule(target)
+#ifndef KornShell
+#define KornShell               /usr/local/bin/ksh93
 #endif
 
+#define SharedLibraryLoadFlags -shared /usr/lib/crtbeginS.o /usr/lib/crtendS.o
+
 /* This must come last */
 #include <bsdLib.rules>