This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] 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


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