Define TARGET_CPU values for v8 and supersparc.

From-SVN: r13035
This commit is contained in:
Richard Kenner 1996-10-26 12:20:31 -04:00
parent ba542005ef
commit 2163f11be5

View File

@ -54,11 +54,15 @@ Boston, MA 02111-1307, USA. */
/* Values of TARGET_CPU_DEFAULT, set via -D in the Makefile. */ /* Values of TARGET_CPU_DEFAULT, set via -D in the Makefile. */
#define TARGET_CPU_sparc 0 #define TARGET_CPU_sparc 0
#define TARGET_CPU_v7 0 /* alias for previous */
#define TARGET_CPU_sparclet 1 #define TARGET_CPU_sparclet 1
#define TARGET_CPU_sparclite 2 #define TARGET_CPU_sparclite 2
#define TARGET_CPU_sparc64 3 #define TARGET_CPU_v8 3
#define TARGET_CPU_supersparc 4
#define TARGET_CPU_ultrasparc 5
#define TARGET_CPU_sparc64 5 /* alias for ultrasparc */
#if TARGET_CPU_DEFAULT == TARGET_CPU_sparc #if TARGET_CPU_DEFAULT == TARGET_CPU_sparc || TARGET_CPU_DEFAULT == TARGET_CPU_v8 || TARGET_CPU_DEFAULT == TARGET_CPU_supersparc
#define CPP_DEFAULT_SPEC "" #define CPP_DEFAULT_SPEC ""
#define ASM_DEFAULT_SPEC "" #define ASM_DEFAULT_SPEC ""
#else #else