summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-05-06 07:07:52 +0000
committerjoerg <joerg@FreeBSD.org>1995-05-06 07:07:52 +0000
commit4ace0eba950195483d879be5896b730db121e4b8 (patch)
treea85cd4b06b1f645414f1c820a4d8f5bff620b1c2 /usr.sbin/pcvt
parent819f195d030cbfddc0b8d24a3274f33d895fc7f8 (diff)
downloadFreeBSD-src-4ace0eba950195483d879be5896b730db121e4b8.zip
FreeBSD-src-4ace0eba950195483d879be5896b730db121e4b8.tar.gz
Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
index b9289f5..ded8bdf 100644
--- a/usr.sbin/pcvt/vgaio/Makefile
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -22,6 +22,7 @@ YACC= yacc
LFLAGS+= -I
LDADD= -lm -ly -ll
+CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2!
CFLAGS+= -I ${.CURDIR}/obj -I ${.CURDIR} -g
CLEANFILES+= y.tab.h
OpenPOWER on IntegriCloud