Don't pass -S to the linker.

This commit is contained in:
Steve Chamberlain 1995-01-23 07:54:24 +00:00
parent 0fb39e84f9
commit 0a1aac9434
1 changed files with 1 additions and 1 deletions

View File

@ -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