summaryrefslogtreecommitdiff
path: root/src/template/unixware
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/unixware')
-rw-r--r--src/template/unixware8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/template/unixware b/src/template/unixware
index a7e715bdc3..3dc45073c6 100644
--- a/src/template/unixware
+++ b/src/template/unixware
@@ -1,3 +1,5 @@
-CFLAGS='-O -K host,inline,loop_unroll,alloca -Dsvr4'
-SRCH_INC='/opt/include'
-SRCH_LIB='/opt/lib'
+if test "$GCC" = yes; then
+ CFLAGS=-O2
+else
+ CFLAGS='-O -K inline'
+fi