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 target/34025] Warning when compiling with -m64 -ffast-math on Intel Darwin



------- Comment #12 from howarth at nitro dot med dot uc dot edu  2007-12-16 01:13 -------
I can't help but wonder if this issue is due to the fact that darwin is the
only architecture that uses a single value for MULTILIB_OPTIONS. We only
have...

MULTILIB_OPTIONS = m64

whereas all the other architectures seem to have something like...

MULTILIB_OPTIONS = m64/m32

I'll take a stab at changing this to...

MULTILIB_OPTIONS = m32/m64


-- 


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


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