Roll back last change. Acorn32, being a major port, shouldn't switch to ELF

until the ABI is finalized.
This commit is contained in:
bjh21 2001-11-18 13:09:27 +00:00
parent acd87a7687
commit 306ca6424a
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.2 2001/10/31 02:10:35 reinoud Exp $ */
/* $NetBSD: param.h,v 1.3 2001/11/18 13:09:27 bjh21 Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@ -41,8 +41,8 @@
#define _MACHINE acorn32
#define MACHINE "acorn32"
#define _MACHINE_ARCH arm
#define MACHINE_ARCH "arm"
#define _MACHINE_ARCH arm32
#define MACHINE_ARCH "arm32"
#include <arm/arm32/param.h>