aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-03 23:47:39 +0000
committerRichard Stallman <rms@gnu.org>1992-07-03 23:47:39 +0000
commit135abe0723847986c7317c55cfed4c6e4770d6ba (patch)
treeba66d83876adf016c71a7457e46c76478b93fad1 /gcc
parent8b7ec00c1f2481991a27f749acbd449c7f8e030a (diff)
downloadgcc-135abe0723847986c7317c55cfed4c6e4770d6ba.zip
gcc-135abe0723847986c7317c55cfed4c6e4770d6ba.tar.gz
gcc-135abe0723847986c7317c55cfed4c6e4770d6ba.tar.bz2
*** empty log message ***
From-SVN: r1415
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/x-ncr30006
-rw-r--r--gcc/config/i860/x-sysv46
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/config/i386/x-ncr3000 b/gcc/config/i386/x-ncr3000
index aa22092..ff1fe97 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 7b5a188..434b52c7 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