From: Michael Meissner Date: Thu, 2 Jul 1992 22:36:50 +0000 (+0000) Subject: Use -pic-none to suppress shared libraries, not -L/usr/ccs/lib. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83fd3146458b0a9d844491310d46bc6ebc422707;p=gcc.git Use -pic-none to suppress shared libraries, not -L/usr/ccs/lib. From-SVN: r1393 --- diff --git a/gcc/config/mips/x-osfrose b/gcc/config/mips/x-osfrose index 581c020bdd4..3484881a668 100644 --- a/gcc/config/mips/x-osfrose +++ b/gcc/config/mips/x-osfrose @@ -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