Shrink back to one vax--netbsd entry. Reorder includes so that we work

the new emitted tm.h files.
This commit is contained in:
matt 2001-06-25 05:49:43 +00:00
parent 31b2119a86
commit 8998641810
4 changed files with 10 additions and 13 deletions

View File

@ -24,10 +24,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Get generic NetBSD ELF definitions. We will override these if necessary. */
#include <elfos.h>
#define NETBSD_ELF
#include <netbsd.h>
#include <vax/netbsd.h>
#include "vax/netbsd.h"
#undef SIZE_TYPE
#define SIZE_TYPE "long unsigned int"

View File

@ -1,3 +1,9 @@
#include <vax/vax.h>
#ifdef NETBSD_ELF
#include <elfos.h>
#endif
#include <netbsd.h>
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D__vax__ -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"
@ -82,3 +88,4 @@ while (0)
}
/* Use sjlj exceptions. */

View File

@ -5588,14 +5588,10 @@ for machine in $build $host $target; do
xm_defines=USG
float_format=vax
;;
vax-*-netbsdelf*)
vax-*-netbsd*)
float_format=vax
gas=yes gnu_ld=yes
;;
vax-*-netbsd*)
tm_file="${tm_file} netbsd.h vax/netbsd.h"
float_format=vax
;;
vax-*-openbsd*)
tmake_file="${tmake_file} vax/t-openbsd"
;;

View File

@ -3286,14 +3286,10 @@ changequote([,])dnl
xm_defines=USG
float_format=vax
;;
vax-*-netbsdelf*)
vax-*-netbsd*)
float_format=vax
gas=yes gnu_ld=yes
;;
vax-*-netbsd*)
tm_file="${tm_file} netbsd.h vax/netbsd.h"
float_format=vax
;;
vax-*-openbsd*)
tmake_file="${tmake_file} vax/t-openbsd"
;;