Fix vax config files (bjc@)

This commit is contained in:
espie 2000-05-01 16:08:14 +00:00
parent 6bfbac4ad9
commit 249aea6677
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
#define OBSD_OLD_GAS
#include <openbsd.h>
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D__unix__ -D__vax__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(vax) -Amachine(vax)"
/* Layout of source language data types. */

View File

@ -19,4 +19,4 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <xm-openbsd.h>
#include <xm/xm-vax.h>
#include <vax/xm-vax.h>