bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 21.1 - gcc: nocombreloc: No such file or directory


From: Andreas Schwab
Subject: Re: Emacs 21.1 - gcc: nocombreloc: No such file or directory
Date: 23 Oct 2001 10:40:22 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1

Eli Zaretskii <eliz@is.elta.co.il> writes:

|> On 22 Oct 2001, Andreas Schwab wrote:
|> 
|> > > 2001-10-22  Andreas Schwab  <schwab@suse.de>
|> > > 
|> > >  * m/macppc.h [LINUX]: Override LD_SWITCH_SYSTEM_TEMACS.
|> > 
|> > The second patch did the trick (didn't get a chance to try the first
|> > one).  Thanks very much to both of you.
|> 
|> Thanks for reporting and testing the patch.  I installed the change in
|> the CVS.
|> 
|> > +/* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here
|> > +   because prefix-args is not used.  */
|> > +#undef LD_SWITCH_SYSTEM_TEMACS
|> > +#define LD_SWITCH_MACHINE_TEMACS -Xlinker -znocombreloc
|> 
|> Hmm.. Andreas, did you really mean to undef LD_SWITCH_SYSTEM_TEMACS and 
|> then define LD_SWITCH_MACHINE_TEMACS?

Yes, it doesn't matter much, but as the names suggest,
LD_SWITCH_SYSTEM_TEMACS is reserved for s/*.h and LD_SWITCH_MACHINE_TEMACS
is reserved for m/*.h.

Andreas.

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de                          completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]