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/hppa/stand/Makefile.inc | |
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/hppa/stand/Makefile.inc')
-rw-r--r-- | sys/arch/hppa/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/Makefile.inc b/sys/arch/hppa/stand/Makefile.inc index 10c2f2c83a0..2ff005d2bf4 100644 --- a/sys/arch/hppa/stand/Makefile.inc +++ b/sys/arch/hppa/stand/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.13 2004/07/13 21:03:37 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2005/12/30 02:03:49 millert Exp $ CFLAGS=${DEBUG} -Os -Wall -Werror -CPPFLAGS+=-I${S} -I. -I${.CURDIR} -Derrno=errno +CPPFLAGS+=-I${S} -I. -I${.CURDIR} SACFLAGS=-nostdinc -fno-builtin -D_STANDALONE -I${STANDIR}/libsa SACFLAGS+=-mdisable-fpregs -mfast-indirect-calls -mpa-risc-1-1 SACFLAGS+=-fno-stack-protector |