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


Andrew Pinski wrote:
Paolo Bonzini wrote:
Index: config.host
===================================================================
--- config.host    (revision 116774)
+++ config.host    (working copy)
@@ -183,6 +183,7 @@ case ${host} in
   i[34567]86-*-darwin*)
     out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
     host_xmake_file="${host_xmake_file} i386/x-darwin"
+    use_long_long_for_widest_fast_int=yes
     ;;
   powerpc-*-beos*)
     host_can_use_collect2=no
This seems wrong.

It's because there's no x86_64-*-darwin* target.

use_long_long_for_widest_fast_int is not the same as host_wide_int being 64bit.



Aaah. I see what you mean. I'll test, thanks both of you.


-eric


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