From: Richard Stallman Date: Fri, 3 Jul 1992 23:47:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=135abe0723847986c7317c55cfed4c6e4770d6ba;p=gcc.git *** empty log message *** From-SVN: r1415 --- diff --git a/gcc/config/i386/x-ncr3000 b/gcc/config/i386/x-ncr3000 index aa22092e832..ff1fe97ad27 100644 --- a/gcc/config/i386/x-ncr3000 +++ b/gcc/config/i386/x-ncr3000 @@ -37,4 +37,8 @@ CLIB=-lc /usr/ucblib/libucb.a # CCLIBFLAGS=-Bstatic -dn -g # GCC_CFLAGS=-static -g -O2 -B./ -FIXINCLUDES=fixinc.svr4 +# For svr4 we link stuff *without* dynamic libraries for now... at least +# until there is a version of GDB which understands *both* Dwarf *and* +# svr4 shared libraries. + +X_CFLAGS=-static diff --git a/gcc/config/i860/x-sysv4 b/gcc/config/i860/x-sysv4 index 7b5a188f35d..434b52c7ce5 100644 --- a/gcc/config/i860/x-sysv4 +++ b/gcc/config/i860/x-sysv4 @@ -43,3 +43,9 @@ ALLOCA=alloca.o CCLIBFLAGS=-Bstatic -dn -gg GCC_CFLAGS=-static -g -O2 -B./ + +# For svr4 we link stuff *without* dynamic libraries for now... at least +# until there is a version of GDB which understands *both* Dwarf *and* +# svr4 shared libraries. + +X_CFLAGS=-static