------- Comment #2 from ljsebald at gmail dot com  2010-06-19 15:58 -------
Judging by what I see from my gcc/tm.h file, I'm guessing it might well be a
host-specific problem (I'm on x86_64-apple-darwin10.3.1). Here's the start of
my gcc/tm.h file:

#ifndef GCC_TM_H
#define GCC_TM_H
#define TARGET_CPU_DEFAULT (SELECT_SH4_SINGLE_ONLY)
#ifndef SH_MULTILIB_CPU_DEFAULT
# define SH_MULTILIB_CPU_DEFAULT "m4-single-only"
#endif
#ifndef SUPPORT_SH4_SINGLE_ONLY
# define SUPPORT_SH4_SINGLE_ONLY 1
#endif

So, from the looks of it, it seems to be a Mac OS X/Darwin host specific issue.


-- 


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

Reply via email to