[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU definition of C_WEAKEXT does not match AIX definition
From: |
Ian Lance Taylor |
Subject: |
Re: GNU definition of C_WEAKEXT does not match AIX definition |
Date: |
02 Dec 2003 09:44:09 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Nick Clifton <address@hidden> writes:
> Hi Graham,
>
> > The attached patch defines C_WEAKEXT to be 111 on AIX 5.2, and
> > leaves the GNU extension in on earlier versions. It may be
> > necessary to a bit more coding and handle both cases, I only need to
> > work with standard AIX objects, so that's all I fixed.
>
> Thanks for submitting this patch. I have applied it with one small
> change. I changed the the "#if defined" to this:
>
> #if defined _AIX52 || defined AIX_WEAK_SUPPORT
Isn't this going to break cross-compilers hosted on AIX 5.2?
Ian