diff options
Diffstat (limited to 'src/template/univel')
| -rw-r--r-- | src/template/univel | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/template/univel b/src/template/univel index 680d3bd9b68..8bc70f1ae9c 100644 --- a/src/template/univel +++ b/src/template/univel @@ -1,8 +1,5 @@ -AROPT:crs -CFLAGS:-v -O -K i486,host,inline,loop_unroll -Dsvr4 -SHARED_LIB:-K PIC -SRCH_INC: -SRCH_LIB: -DLSUFFIX:.so -CC:cc -LIBS:-lc89 +AROPT=crs +CFLAGS='-v -O -K i486,host,inline,loop_unroll -Dsvr4' +SHARED_LIB='-K PIC' +DLSUFFIX=.so +LIBS=-lc89 |
