From c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 3 Jan 2014 07:58:01 +0100 Subject: move arch specific macros to separate header file --- config.def.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 12a2728..ce0c142 100644 --- a/config.def.h +++ b/config.def.h @@ -8,23 +8,6 @@ #ifndef _CONFIG_H #define _CONFIG_H -/* the binary needs to know its own architecture */ -#if defined __x86_64__ -# define ARCH "x86_64" -#elif defined __i386__ -# define ARCH "i686" -#elif defined __ARM_ARCH_7__ -# define ARCH "armv7h" -#elif defined __ARM_ARCH_6__ -# if defined __VFP_FP__ -# define ARCH "armv6h" -# else -# define ARCH "arm" -# endif -#else -# error Unknown architecture! -#endif - /* This is used for default documents. Usually you will not see this anyway. */ #define PAGE307 "307 temporary redirect" \ "307 temporary redirect: " \ -- cgit v1.2.3-54-g00ecf