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] x86_64 darwin work


Paolo Bonzini wrote:

+ use_long_long_for_widest_fast_int=yes

This seems wrong.
It's because there's no x86_64-*-darwin* target.
You can still not use_long_long_for_widest_fast_int even on 64-bit targets. You don't lose much, especially considering how much you do lose if you have this setting on 32-bit targets.

Pardon, s/targets/hosts/g.


Paolo


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