]> granicus.if.org Git - postgresql/blobdiff - src/template/bsdi
Attempt threading in this order:
[postgresql] / src / template / bsdi
index 513cdd86e5389efc3f448277ab51ec6beb87b566..d6b16a2417d2a784b59d99f8e0688f307df26c3a 100644 (file)
@@ -1,10 +1,14 @@
-AROPT:cq
-CFLAGS:-DPRE_BSDI_2_1
-SHARED_LIB:
-ALL:
-SRCH_INC:/usr/local/include
-SRCH_LIB:/usr/local/lib
-USE_LOCALE:no
-DLSUFFIX:.o
-YFLAGS:-d
-YACC:
+CFLAGS='-O2 -pipe'
+
+case $host_cpu in
+  i?86)  CFLAGS="$CFLAGS -m486";;
+esac
+
+case $host_os in
+  bsdi2.0 | bsdi2.1 | bsdi3*)
+    CC=gcc2
+    ;;
+esac
+
+SUPPORTS_THREADS=yes
+NEED_REENTRANT_FUNCS=no        # verified 4.3 2003-09-03