t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.

2002-02-19  Robert Lipe  <robertlipe@usa.net>
        * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.

From-SVN: r61790
This commit is contained in:
Richard Henderson 2003-01-25 09:49:22 -08:00
parent 2adc9b0fc5
commit 8324663fcb
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2003-01-25 Richard Henderson <rth@redhat.com>
2002-02-19 Robert Lipe <robertlipe@usa.net>
* config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
2002-01-25 Roger Sayle <roger@eyesopen.com>
* builtins.c (purge_builtin_constant_p): Scan insn stream
@ -6,8 +11,7 @@
2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
* combine.c (simplify_comparison, case AND): Remove a redundant
test.
* combine.c (simplify_comparison, case AND): Remove a redundant test.
2002-01-25 Roger Sayle <roger@eyesopen.com>
@ -399,8 +403,8 @@ Fri Jan 24 23:03:32 CET 2003 Jan Hubicka <jh@suse.cz>
2003-01-23 Richard Henderson <rth@redhat.com>
* ifcvt.c (noce_process_if_block): Re-add check vs X being changed
in no-else-block case. Add commentary.
* ifcvt.c (noce_process_if_block): Re-add check vs X being changed
in no-else-block case. Add commentary.
2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>

View File

@ -1,6 +1,6 @@
# The pushl in CTOR initialization interferes with frame pointer elimination.
CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
CRTSTUFF_T_CFLAGS_S = -mcoff -fno-omit-frame-pointer
CRTSTUFF_T_CFLAGS_S = -fno-omit-frame-pointer
#
# I am still a little unsure of the multilib architecture. The following