Find the proper general VAX and NetBSD MI definitions.
This commit is contained in:
parent
9187d28044
commit
765a4daca2
6
gnu/dist/gcc/config/vax/netbsd.h
vendored
6
gnu/dist/gcc/config/vax/netbsd.h
vendored
@ -1,5 +1,8 @@
|
||||
#include <vax/vax.h>
|
||||
#include <netbsd.h>
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-Dvax -D__NetBSD__ -D__KPRINTF_ATTRIBUTE__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"
|
||||
#define CPP_PREDEFINES "-D__vax__ -D__NetBSD__ -D__KPRINTF_ATTRIBUTE__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"
|
||||
|
||||
/* Make gcc agree with <machine/ansi.h> */
|
||||
|
||||
@ -21,4 +24,3 @@
|
||||
/* Until they use ELF or something that handles dwarf2 unwinds
|
||||
and initialization stuff better. */
|
||||
#define DWARF2_UNWIND_INFO 0
|
||||
|
||||
|
4
gnu/dist/gcc/config/vax/xm-netbsd.h
vendored
Normal file
4
gnu/dist/gcc/config/vax/xm-netbsd.h
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/* Configuration for GCC for VAX running NetBSD as host. */
|
||||
|
||||
#include <vax/xm-vax.h>
|
||||
#include <xm-netbsd.h>
|
Loading…
Reference in New Issue
Block a user