diff options
Diffstat (limited to 'gcc/config/lm32/lm32.h')
-rw-r--r-- | gcc/config/lm32/lm32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h index 3141719..3d8f77a 100644 --- a/gcc/config/lm32/lm32.h +++ b/gcc/config/lm32/lm32.h @@ -23,11 +23,6 @@ /* Run-time Target Specification */ /*-------------------------------*/ -/* Print subsidiary information on the compiler version in use. */ -#ifndef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (LatticeMico32)") -#endif - /* Target CPU builtins. */ #define TARGET_CPU_CPP_BUILTINS() \ do \ |