2014-06-24 08:43:55 +00:00
|
|
|
diff --git a/Source/C/GNUmakefile b/Source/C/GNUmakefile
|
2013-11-14 15:30:12 +00:00
|
|
|
index e0dde3e..bee0059 100644
|
2014-06-24 08:43:55 +00:00
|
|
|
--- a/Source/C/GNUmakefile
|
|
|
|
+++ b/Source/C/GNUmakefile
|
2013-11-14 15:30:12 +00:00
|
|
|
@@ -22,6 +22,9 @@ ifndef ARCH
|
2014-07-24 12:27:29 +00:00
|
|
|
ifneq (,$(strip $(filter $(uname_m), x86_64 amd64)))
|
2014-06-23 15:25:24 +00:00
|
|
|
ARCH=X64
|
|
|
|
endif
|
|
|
|
+ ifeq ($(patsubst arm%,ARM,$(uname_m)),ARM)
|
|
|
|
+ ARCH=ARM
|
|
|
|
+ endif
|
|
|
|
ifeq ($(patsubst i%86,IA32,$(uname_m)),IA32)
|
|
|
|
ARCH=IA32
|
|
|
|
endif
|