Commit 83fd3146 by Michael Meissner

Use -pic-none to suppress shared libraries, not -L/usr/ccs/lib.

From-SVN: r1393
parent f0ec1f64
......@@ -23,7 +23,7 @@ MSTATS = # -mstats
OLDCC = /usr/ccs/gcc/gcc
OPT = -O2
PROFILE =
SHLIB = -L${BUILD}/usr/ccs/lib # no shared libraries
SHLIB = -pic-none
SYSTEM_INCLUDES = # -I${BUILD}/usr/include
libdir = /usr/ccs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment