This is the mail archive of the gcc-prs@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: libstdc++/5198: 3.0.3 linux x m68k build fail: invalid opcodes in c++locale.cc


The following reply was made to PR libstdc++/5198; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: Don Lindsay <lindsayd@cisco.com>
Cc: rodrigc@gcc.gnu.org, aaron@frye.com, gcc-bugs@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/5198: 3.0.3 linux x m68k build fail: invalid opcodes in c++locale.cc
Date: Thu, 3 Jan 2002 23:45:14 -0500

 Hi,
 
 Thanks for the feedback.  The assembler is being called
 with a flag -m68000.  If you change that flag to
 -mc68020, I think that the file will probably compile properly.
 
 The m68k target should be defaulting to 68020 instead of
 68000, but apparently isn't.
 
 Can you do two things:
 
 - send me your specs file which is created in the gcc directory
   during the building of gcc
 - try the following patch to m68k-none.h:
 http://gcc.gnu.org/ml/gcc/2002-01/msg00300.html
 and see if recompiling gcc works
 
 Thanks.


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