diff options
Diffstat (limited to 'src/template/unixware')
-rw-r--r-- | src/template/unixware | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template/unixware b/src/template/unixware index 499eb9c3497..a4125af2d9a 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -13,9 +13,9 @@ void g(void){ __EOF__ if $CC -c -O -Kinline conftest.c >conftest.err 2>&1; then - CFLAGS="-O -Kinline" + CFLAGS="$CFLAGS -O -Kinline" else - CFLAGS="-O -Kinline,no_host" + CFLAGS="$CFLAGS -O -Kinline,no_host" fi rm -f conftest.* |