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: FX <fxcoudert at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: mrs at apple dot com, howarth at bromo dot med dot uc dot edu, ralf dot wildenhues at gmx dot de
- Date: Tue, 1 Sep 2009 15:45:44 +0200
- Subject: Re: [PATCH] PR41180 pt2: fix config.guess on darwin10
> Can't you grep some preprocessor symbol instead of introducing
another
> tool into config.guess with 'file'? There are a few similar examples
> in the script already.
You can simply check whether the __LP64__ macro is defined. This is
done already in config.guess for hppa-hp-hpux, you can certainly use
similar logic.
FX