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 #15 from howarth at nitro dot med dot uc dot edu  2007-12-16 05:44 -------
The problem was that gcc/config/i386/t-crtpc  and
gcc/config/i386/t-crtfm had build commands which
didn't use MULTILIB_CFLAGS. Now that those are added
all of the object files in the x86_64 subdirectory are
of the proper architecture.


-- 


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]