From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14711 invoked by alias); 19 Jun 2010 15:58:20 -0000 Received: (qmail 14672 invoked by uid 48); 19 Jun 2010 15:58:05 -0000 Date: Sat, 19 Jun 2010 15:58:00 -0000 Message-ID: <20100619155805.14671.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/44531] [SuperH] Multilib configuration does not work as expected In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ljsebald at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg01907.txt.bz2 ------- 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