This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix non-biarch sorry diagnostics on unsupported -m64 or -m32 (PR target/60610)
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>, Uros Bizjak <ubizjak at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 21 Mar 2014 14:20:29 -0700
- Subject: Re: [PATCH] Fix non-biarch sorry diagnostics on unsupported -m64 or -m32 (PR target/60610)
- Authentication-results: sourceware.org; auth=none
- References: <20140321203813 dot GX1817 at tucnak dot redhat dot com>
On 03/21/2014 01:38 PM, Jakub Jelinek wrote:
> PR target/60610
> * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
> redefine to 1 or 0.
> * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
> TARGET_ISA_64BIT_P(x).
Ok.
r~