*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 23:47:39 +0000 (23:47 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 23:47:39 +0000 (23:47 +0000)
From-SVN: r1415

gcc/config/i386/x-ncr3000
gcc/config/i860/x-sysv4

index aa22092e832e9b8c5b483574300d56bcc83269bb..ff1fe97ad2784789851cc30dcb986f4f3ce61c97 100644 (file)
@@ -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
index 7b5a188f35d1432006a9ec4702941c05d0af5dd1..434b52c7ce50a96f22c35c37df82edcdaabc8015 100644 (file)
@@ -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