Need to select a DEFAULT_TARGET_CPU when building in-tree

This commit is contained in:
eeh 1998-11-28 17:55:43 +00:00
parent c0d0251b80
commit d445f3c355

View File

@ -73,3 +73,8 @@
/* XXX Redefine this; <sparc/sparc.h> mucks with it. */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME);
/* Name the target CPU. */
#ifndef TARGET_CPU_DEFAULT
#define TARGET_CPU_DEFAULT TARGET_CPU_ultrasparc
#endif