This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: PATCH: Fix native warning


On Wed, Dec 18, 2002 at 07:49:54PM -0500, DJ Delorie wrote:
> 
> > Ok, I'm out of reasons to not use your patch, so please apply it to
> > both gcc and src.
> 
> Nope, though of another one - we already have BUILD_PREFIX and
> BUILD_PREFIX_1 logic.  We should probably try to reuse that, rather
> than add a second build_prefix variable.

I have checked them in. On the other hand, BUILD_PREFIX and
BUILD_PREFIX_1 are opposite of build_prefix. That is

if BUILD_PREFIX = ""
then
  build_prefix=build-
else
  build_prefix=
endif


H.J.


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