diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-04 07:01:00 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-04 07:01:00 +0000 |
commit | 915fb951be597ab172937357e53341682c2dab77 (patch) | |
tree | 2c1bef3288fab07ace5d1aa2b12ee06d661b92e9 /sys/arch | |
parent | 1c7a04b100e154897708f1a8186e6ebdf4d7a7ec (diff) |
typo
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arc/conf/Makefile.arc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index 235366126d8..635e159eb23 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arc,v 1.11 1998/03/03 22:34:48 niklas Exp $ +# $OpenBSD: Makefile.arc,v 1.12 1998/03/04 07:00:59 niklas Exp $ # @(#)Makefile.arc 8.2 (Berkeley) 2/16/94 # @@ -38,7 +38,7 @@ MIPS= ../../../mips INCLUDES= -I. -I$S/arch -I$S CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Darc -CDIAGFLAGS= -Werror -Wall -Wmissing-protoypes -Wstrict-prototypes \ +CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \ -Wno-uninitialized -Wno-format -Wno-main CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} -mno-abicalls -mips2 -mcpu=r4000 |