From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107117 invoked by alias); 7 Apr 2016 14:07:18 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 107084 invoked by uid 89); 7 Apr 2016 14:07:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=se, 2200 X-HELO: mail-pf0-f176.google.com Received: from mail-pf0-f176.google.com (HELO mail-pf0-f176.google.com) (209.85.192.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 Apr 2016 14:07:06 +0000 Received: by mail-pf0-f176.google.com with SMTP id 184so56661525pff.0 for ; Thu, 07 Apr 2016 07:07:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xIZ64bYSZqee2SAXVdUp88Oy5yR8UXhmDYJw4rz8PyA=; b=gsJGFHuDHOKQb8Y6Rsg6E8c1or8auMgt+YtiKkbAkXN+vbXYXtpw4Gh6t9Cb434/3Z 0u4p5Zk+lmtHE9AGv79/6L3UT+aA/HmgvHcqAAvZhxxvk9TIkVYqsPF/2jhwCLZjqIXz wFXDhClaEdSewOn7rAeR462gA4HPbadlELaFcpBtHYR8nz8uxcBfHnpr5VI9ZA0ycF9C FZ0yKwFQpPWwRb3obhisDvP6TXc5r37Kv52BAF9PmnUldo+FLeQvjaz00/JtfUIrPDEG g8eU+UsHGE85zqaNfcXBbpZMSlTPlzUT0tSQRFGNecbht0HbQLdcUJRyvCl2cx+b0Jxn rTBg== X-Gm-Message-State: AD7BkJL7QNIit0Wl85HazLA8Wg7/GMJHHMyDWTWasG1rIiOdU2SjhPQSP0OLmwjKiAodqw== X-Received: by 10.98.14.67 with SMTP id w64mr4954275pfi.154.1460038024455; Thu, 07 Apr 2016 07:07:04 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id f65sm12607181pfd.47.2016.04.07.07.07.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Apr 2016 07:07:03 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id EBE06EA0157; Thu, 7 Apr 2016 23:36:59 +0930 (ACST) Date: Thu, 07 Apr 2016 14:07:00 -0000 From: Alan Modra To: Andrew Burgess , Claudiu.Zissulescu@synopsys.com Cc: binutils@sourceware.org Subject: Re: [PATCH] ld/arc: Fix linker for big-endian arc targets Message-ID: <20160407140659.GL18129@bubble.grove.modra.org> References: <1459442059-12298-1-git-send-email-andrew.burgess@embecosm.com> <5703C510.3070109@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5703C510.3070109@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00123.txt.bz2 On Tue, Apr 05, 2016 at 03:00:48PM +0100, Nick Clifton wrote: > > * emulparams/arc-endianness.sh: New file. > > * emulparams/arcebelf.sh: Deleted. > > * emulparams/arcebelf_prof.sh: Deleted. > > * emulparams/arceblinux.sh: Deleted. > > * emulparams/arceblinux_prof.sh: Deleted. > > * emulparams/arcelf.sh: Include arc-endinness.sh. > > * emulparams/arcelf_prof.sh: Include arc-endinness.sh. > > * emulparams/arclinux.sh: Include arc-endinness.sh. > > * emulparams/arclinux_prof.sh: Include arc-endinness.sh. > > * emulparams/arcv2elf.sh: Include arc-endinness.sh. > > * emulparams/arcv2elfx.sh: Include arc-endinness.sh. It's likely that the above is responsible for breaking --enable-targets=all builds. Please fix. base=`echo earcv2elf.c | sed -e 's,e\(.*\).c,\1,'`; \ make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" make[5]: Entering directory '/home/alan/build/gas/all/ld' LIB_PATH='' /bin/bash /src/binutils-gdb/ld/genscripts.sh "/src/binutils-gdb/ld" "/usr/local/lib" "/usr/local" "/usr/local" x86_64-pc-linux-gnu x86_64-pc-linux-gnu x86_64-linux "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" yes yes arcv2elf "" Makefile:2200: recipe for target 'run-genscripts' failed make[5]: *** [run-genscripts] Error 1 make[5]: Leaving directory '/home/alan/build/gas/all/ld' Makefile:2205: recipe for target 'earcv2elf.c' failed make[4]: *** [earcv2elf.c] Error 2 -- Alan Modra Australia Development Lab, IBM