This is the mail archive of the gcc@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]

Re: Building a cross-compiler for i586-pc-msdosdjgpp under gcc-2.95.1 fails - followup


Brian Ford <ford@vss.fsi.com> writes:

|> On Sun, 24 Oct 1999, Wes Morgan wrote:
|> 
|> > On Sun, 24 Oct 1999, Alex Buell wrote:
|> > 
|> > > Argh, I'm really sorry to have bothered you all. I had used 'make
|> > > bootstrap' instead of just 'make'. 
|> > > 
|> > > Sorry.. please ignore what I reported for this thread. I shall drown my
|> > > head in the nearest loo.
|> > 
|> > >From the web pages, the last time I checked, to build a cross-compiling
|> > GCC the proper target is 'cross', ala 'make cross'. I assume you also have
|> > the appropriate linker, assembler and friends supporting the
|> > target installed as well.
|> > 
|> Nope.  gcc >= 2.95 uses just plain old make.  "make cross" is now
|> depreciated.

But it's not wrong either, since all that "make cross" does compared to
"make all" is that it passes LANGUAGES="c c++" when building the compiler.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg


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