TARGET_VERSION is used in collect2.c now. avoid referencing the

m68k_cpu_flags variable and simply print "(NetBSD/m68k/68010 ELF)".
This commit is contained in:
mrg 2011-07-02 13:18:39 +00:00
parent 1ff8330243
commit 5e31aeccba
1 changed files with 5 additions and 0 deletions

View File

@ -52,11 +52,16 @@ along with GCC; see the file COPYING3. If not see
#undef TARGET_VERSION
#if 0
#define TARGET_VERSION \
fprintf (stderr, \
TARGET_68010 \
? " (NetBSD/68010 ELF)" \
: " (NetBSD/m68k ELF)");
#else
#define TARGET_VERSION \
fprintf (stderr," (NetBSD/m68k/68010 ELF)");
#endif
/* Provide a CPP_SPEC appropriate for NetBSD m68k targets. Currently we