Shrink back to one vax--netbsd entry. Reorder includes so that we work
the new emitted tm.h files.
This commit is contained in:
parent
31b2119a86
commit
8998641810
@ -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"
|
||||
|
7
gnu/dist/toolchain/gcc/config/vax/netbsd.h
vendored
7
gnu/dist/toolchain/gcc/config/vax/netbsd.h
vendored
@ -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. */
|
||||
|
||||
|
6
gnu/dist/toolchain/gcc/configure
vendored
6
gnu/dist/toolchain/gcc/configure
vendored
@ -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"
|
||||
;;
|
||||
|
6
gnu/dist/toolchain/gcc/configure.in
vendored
6
gnu/dist/toolchain/gcc/configure.in
vendored
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user