From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sat, 16 May 2009 13:02:44 +0900 Subject: [U-Boot] [PATCH 1/1] mips: unify lds In-Reply-To: <4A0E3A20.5010900@pobox.com> References: <1241989002-21623-1-git-send-email-plagnioj@jcrosoft.com> <20090510213454.A9AB9832E416@gemini.denx.de> <4A0E3A20.5010900@pobox.com> Message-ID: <4A0E3AE4.1090908@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Shinya Kuribayashi wrote: > Background is, we're going to have a single, unified u-boot.lds, hence > OUTPUT_FORMAT(default, big, little) command would be applied across all > supported targets as well. Then, we'd like to pass -EL specifier to the > linker so that some little-endian builds are processed properly. Oops, s/linker/compiler/.