[cfe-dev] __x86_64__ not defined
Giangiacomo Mariotti
giangiacomo_mariotti at yahoo.com
Mon Oct 29 01:09:59 PDT 2007
On my Debian X86_64 some tests fail because clang searches for stubs-32.h when it should be searching for stubs-64.h, and that's because __x86_64__ is not defined, so "# define __WORDSIZE 32" is chosen instead of "# define __WORDSIZE 64".
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the cfe-dev
mailing list