Need to select a DEFAULT_TARGET_CPU when building in-tree
This commit is contained in:
parent
c0d0251b80
commit
d445f3c355
5
gnu/dist/gcc/config/sparc/netbsd64.h
vendored
5
gnu/dist/gcc/config/sparc/netbsd64.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user