From d191d26b26a5910c4ce86cc7e7dd789e581576fc Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sun, 11 May 2014 07:36:12 +0000 Subject: [PATCH] force use of arm instruction set for building the runtime on ARM (That's "as opposed to Thumb", which generally interworks fine but which our build tools have a certain amount of difficulty with.) Pushed from my BeagleBone --- src/runtime/Config.arm-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/Config.arm-linux b/src/runtime/Config.arm-linux index 2e50629e1..018db42ca 100644 --- a/src/runtime/Config.arm-linux +++ b/src/runtime/Config.arm-linux @@ -9,7 +9,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -CFLAGS = -g +CFLAGS = -g -marm #LINKFLAGS += -v -rdynamic -m32 NM = ./linux-nm -- 2.11.4.GIT