diff options
Diffstat (limited to 'sys/arch/hppa/conf/Makefile.hppa')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index e3310330335..9b8179008a3 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.24 2004/11/19 06:41:13 miod Exp $ +# $OpenBSD: Makefile.hppa,v 1.25 2005/08/01 15:57:44 miod Exp $ # Makefile for OpenBSD # @@ -58,13 +58,6 @@ CFLAGS+= -mpa-risc-2-0 CFLAGS+= -mpa-risc-1-1 .endif -.if ${IDENT:M-DHP*_CPU} == ${IDENT:M-HHP7100LC_CPU} -# XXX they said gcc has bugs in 7100lc scheduling -#CFLAGS+= -mschedule=7100LC -.else -CFLAGS+= -mschedule=700 -.endif - .if ${IDENT:M-DFPEMUL} != "" CFLAGS+= -msoft-float -mdisable-fpregs .include "${HPPA}/spmath/Makefile.inc" |