From 0113c5bd145749772e2c808224f7c571024eb5fa Mon Sep 17 00:00:00 2001 From: Mitch Rybczynski Date: Mon, 5 Jul 2010 14:45:54 +0200 Subject: [PATCH] Adding __arm__ define check for some crosscompile toolchains. Signed-off-by: Daniel Baumann --- src/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.c b/src/boot.c index 4e7d97d..f5113e9 100644 --- a/src/boot.c +++ b/src/boot.c @@ -59,7 +59,7 @@ static struct { { 0xff, "5.25\" 320k floppy 2s/40tr/8sec" }, }; -#if defined __alpha || defined __arm || defined __ia64__ || defined __s390x__ \ +#if defined __alpha || defined __arm || defined __arm__ || defined __ia64__ || defined __s390x__ \ || defined __x86_64__ || defined __ppc64__ || defined __bfin__ \ || defined __MICROBLAZE__ /* Unaligned fields must first be copied byte-wise */