This is the mail archive of the binutils@sourceware.org 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: Updating top-level autoconf to 2.59


> Hum...  from Makefile.in:
> 
> BASE_TARGET_EXPORTS = \
>          CC="$(CC_FOR_TARGET)"; export CC; \
> RAW_CXX_TARGET_EXPORTS = \
>          $(BASE_TARGET_EXPORTS) \
>          CXX_FOR_TARGET="$(RAW_CXX_FOR_TARGET)"; export  
> CXX_FOR_TARGET; \
> configure-target-libstdc++-v3:
>          $(RAW_CXX_TARGET_EXPORTS) \
> 
> is supposed to handle resetting these as I read it, though, I'm not  
> en expert.  Does you're Makefile.in have these?

My toplevel Makefile.in seems to have all these lines.  I didn't change
any Makefile.* files or rerun automake or aclocal.  I only reran
autoconf.

Steve Ellcey
sje@cup.hp.com


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