diff options
author | Steve Chamberlain <sac@cygnus> | 1995-01-23 07:54:24 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-01-23 07:54:24 +0000 |
commit | 0a1aac9434e29adde65a8a0d5250e08bbcf05fe8 (patch) | |
tree | 1816ba733b1b7e2bf36d138e835ef93063b166ba /config | |
parent | 0fb39e84f9c0f0a007cfef3de3db842f3da669f4 (diff) | |
download | gdb-0a1aac9434e29adde65a8a0d5250e08bbcf05fe8.zip gdb-0a1aac9434e29adde65a8a0d5250e08bbcf05fe8.tar.gz gdb-0a1aac9434e29adde65a8a0d5250e08bbcf05fe8.tar.bz2 |
Don't pass -S to the linker.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-go32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-go32 b/config/mh-go32 index 31af3ba..4f9d27a 100644 --- a/config/mh-go32 +++ b/config/mh-go32 @@ -4,7 +4,7 @@ RANLIB=i386-go32-ranlib CC_FOR_BUILD=gcc HOST_CC=gcc HOST_CFLAGS= -CFLAGS=-O2 -fno-omit-frame-pointer -Xlinker -S +CFLAGS=-O2 -fno-omit-frame-pointer HOST_PREFIX=foo HOST_PREFIX_1=foo RANLIB=i386-go32-ranlib |