From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <1444346477.29301.80.camel@infradead.org> Subject: [PATCH 1/2] configure: Set SUBARCH=BE for powerpc From: Geoff Levand Date: Thu, 08 Oct 2015 16:21:17 -0700 Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Simon Horman Cc: kexec@lists.infradead.org When building a 32 bit version of kexec-tools for powerpc64 set the default powerpc64 SUBARCH as BE. Fixes build errors like these: powerpc-linux-gnu/bin/ld: unrecognised emulation mode: elf64lppc Signed-off-by: Geoff Levand --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ddb5e2b..2dc70df 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ case $target_cpu in ;; powerpc ) ARCH="ppc" + SUBARCH="BE" ;; powerpc64 ) ARCH="ppc64" -- 2.5.0 _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec