summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-08-01 15:57:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-08-01 15:57:45 +0000
commitdca1f671e7d6afe84a63f74b913591989d8e2535 (patch)
tree436972ae39949feed98e2c2e67d7c7ffd700b9be /sys/arch
parent5d1c755d80a12ff4ecbdfaba89af3e7577e4839b (diff)
Change the compilers default scheduling settings from PA-8000 (4 instructions
in parallel) to PA-700 (no parallel instructions) on 32-bit hppa. This causes gcc to produce slightly faster code on most supported hppa, no change in code size. Tested by marcop@, mickey@, I and a few others; ok mickey@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/conf/Makefile.hppa9
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"