diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 20:11:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 20:11:44 +0000 |
commit | 8e58247549bd240f4f9fbf7678331275050759bc (patch) | |
tree | 399e0795d8bb372dd77dd939083d697645cfc019 /app/xterm | |
parent | a1a6c59885d543c9f9a36f1ed820bfd5f0abfae2 (diff) |
Remove special build rule disabling optimisation for arm.
Issue apparently fixed, probably by gcc4.
Diffstat (limited to 'app/xterm')
-rw-r--r-- | app/xterm/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 <bsd.xconf.mk> 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: |