From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22220 invoked by alias); 7 Jun 2009 22:51:45 -0000 Received: (qmail 22169 invoked by uid 48); 7 Jun 2009 22:51:34 -0000 Date: Sun, 07 Jun 2009 22:51:00 -0000 Message-ID: <20090607225134.22168.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/16350] gcc only understands little endian ARM systems In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aldot at gcc dot gnu dot org" 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: 2009-06/txt/msg00426.txt.bz2 ------- Comment #24 from aldot at gcc dot gnu dot org 2009-06-07 22:51 ------- Nick, As mentioned in #22 the following hunk that was in the patch was not applied: diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 07455ee..d8e65d2 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -51,7 +51,7 @@ #undef MULTILIB_DEFAULTS #define MULTILIB_DEFAULTS \ - { "marm", "mlittle-endian", "mhard-float", "mno-thumb-interwork" } + { "marm", TARGET_ENDIAN_OPTION, "mhard-float", "mno-thumb-interwork" } /* Now we define the strings used to build the spec file. */ #undef LIB_SPEC Please install. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350