diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-30 02:03:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-30 02:03:50 +0000 |
commit | 9602ac750dc47fa055e2f4afdf856f650f5fa717 (patch) | |
tree | aa7457a20f73abafec751124f5d54f15e0c1f066 /sys/arch/mvme88k/stand | |
parent | eba90c397238078d4145046f9f6056ced60b52a2 (diff) |
Now that errno.h and sys/errno.h are separate header files there is no
need to use the -Derrno=errno workaround added when __errno() was
introduced. OK deraadt@
Diffstat (limited to 'sys/arch/mvme88k/stand')
-rw-r--r-- | sys/arch/mvme88k/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/Makefile.inc b/sys/arch/mvme88k/stand/Makefile.inc index 8626cbe8a08..93a7e80ed0a 100644 --- a/sys/arch/mvme88k/stand/Makefile.inc +++ b/sys/arch/mvme88k/stand/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.8 2004/07/13 21:03:38 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2005/12/30 02:03:49 millert Exp $ MDEC_DIR?=/usr/mdec -CFLAGS+= -fno-stack-protector -mmemcpy -Derrno=errno +CFLAGS+= -fno-stack-protector -mmemcpy # Load addresses for first and second stage bootstraps STAGE1_RELOC=0x009F0000 |