This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap on 3.1 (probably 3.0.4) on i586-pc-sco3.2v5.0.2 --with-gnu-as


Mark Mitchell wrote:
> >Robert, do you agree with removing -mcoff from t-sco5gas and is it
> >sufficiently low impact
> >to go into 3.0.4?
> 
> If Robert approves this change, it's OK for GCC 3.0.4 because it's
> so platform-specific.  But if it doesn't get checked in quickly,
> we'll go ahead without it; this is not one of our primary
> configurations.

Mark approved the patch of least turbulence.  Committed to
gcc-3_0-branch.


Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/gcc/ChangeLog,v
retrieving revision 1.9240.2.986
diff -u -p -r1.9240.2.986 ChangeLog
--- ChangeLog	2002/02/19 17:28:15	1.9240.2.986
+++ ChangeLog	2002/02/19 17:36:39
@@ -1,3 +1,7 @@
+2002-02-19  Robert Lipe  <robertlipe@usa.net>
+
+	* config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
+
 2002-02-14  Bob Wilson  <bob.wilson@acm.org>
 
 	* config/xtensa/xm-xtensa.h:  Add missing SUCCESS_EXIT_CODE
Index: config/i386/t-sco5gas
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/t-sco5gas,v
retrieving revision 1.3
diff -u -p -r1.3 t-sco5gas
--- t-sco5gas	1999/02/28 12:49:37	1.3
+++ t-sco5gas	2002/02/19 17:36:39
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]