From 8e58247549bd240f4f9fbf7678331275050759bc Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 7 Apr 2012 20:11:44 +0000 Subject: Remove special build rule disabling optimisation for arm. Issue apparently fixed, probably by gcc4. --- app/xterm/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'app/xterm') diff --git a/app/xterm/Makefile b/app/xterm/Makefile index 203ae8584..1259e0cbb 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2011/08/18 20:27:03 marco Exp $ +# $OpenBSD: Makefile,v 1.20 2012/04/07 20:11:43 matthieu Exp $ .include SUBDIR= icons resize @@ -28,11 +28,6 @@ SRCS= TekPrsTbl.c Tekproc.c VTPrsTbl.c button.c cachedGCs.c \ MANDIR= ${X11BASE}/man/man XETC?= /etc/X11 -.if ${MACHINE_ARCH} == "arm" -charproc.o: charproc.c - ${CC} -g -c ${CPPFLAGS} ${.CURDIR}/charproc.c -.endif - .SUFFIXES: .man .1 .man.1: -- cgit v1.2.3