From c4a18f47a24ccc1345944120faf52a983be8fa33 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 4 Dec 2012 11:17:51 +0100 Subject: Detect ARM CPU version in configure Instead of guessing the ARM CPU version to compile for from tcc.h, we now detect it in configure and output the value in config.h --- tcc.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 9e7c574..9f81858 100644 --- a/tcc.h +++ b/tcc.h @@ -105,14 +105,6 @@ #define TCC_TARGET_I386 #endif -#if defined (TCC_TARGET_ARM) && !defined(TCC_ARM_VERSION) - #ifdef TCC_ARM_HARDFLOAT - #define TCC_ARM_VERSION 7 - #else - #define TCC_ARM_VERSION 4 - #endif -#endif - #if !defined(TCC_UCLIBC) && !defined(TCC_TARGET_ARM) && \ !defined(TCC_TARGET_C67) && !defined(TCC_TARGET_X86_64) #define CONFIG_TCC_BCHECK /* enable bound checking code */ -- cgit v1.3.1