This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/52784] i386-apple-darwin multilib bootstrap broken


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52784

--- Comment #5 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-03-31 21:03:42 UTC ---
Author: hjl
Date: Sat Mar 31 21:03:36 2012
New Revision: 186049

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186049
Log:
Don't check TARGET_64BIT if TARGET_64BIT_DEFAULT is false

2012-03-31  H.J. Lu  <hongjiu.lu@intel.com>

    PR bootstrap/52784
    * config/i386/i386.c (ix86_option_override_internal): Don't
    check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


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