This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR41180 pt2: fix config.guess on darwin10
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- Cc: FX <fxcoudert at gmail dot com>, gcc-patches at gcc dot gnu dot org, mrs at apple dot com, ralf dot wildenhues at gmx dot de
- Date: Tue, 01 Sep 2009 20:47:40 +0200
- Subject: Re: [PATCH] PR41180 pt2: fix config.guess on darwin10
- References: <2C0EA4DC-21CA-4F61-B413-07978C6C6DFB@gmail.com> <20090901141309.GA22547@bromo.med.uc.edu>
Or, since we know the driver is GCC-like even for llvm (right?)
if $CC_FOR_BUILD -E -dM -x c /dev/null|grep __LP64__>/dev/null 2>&1;then
UNAME_PROCESSOR=x86_64
fi
Paolo