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 to fix regenerating libiberty/config.in


> I believe the following patch is the proper solution.  What we had was
> a genuine bug in configure.in.  In there we check for uintptr_t and
> provide a fallback define if that type doesn't exist.  Then we'd check
> the shell variable result of the test and define HAVE_UINTPTR_T only
> if the test succeeded.  That's bogus.

Indeed.

> Can you please try the patch with 3.2.x on solaris2.5.1 and see if it
> cures your bootstrap breakage?

Bootstrapped fine on Solaris 2.5.1, 2.6 and 2.7 this morning. Thanks!

> 2003-04-13  Kaveh R. Ghazi  <ghazi at caip dot rutgers dot edu>
>
> 	* configure.in (HAVE_UINTPTR_T): Always define.

Don't you need to mention

	* configure: Regenerate.

too?

-- 
Eric Botcazou


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