aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 6df05cb..72bf6a8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -19,7 +19,7 @@
# if defined __VFP_FP__
# define ARCH "armv6h"
# else
-# define ARCH "armv6l"
+# define ARCH "arm"
# endif
#else
# error Unknown architecture!