diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-15 18:29:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-15 18:29:09 +0000 |
commit | 43651aa2c96d2ffb1ed048fd230f15e88decd5d6 (patch) | |
tree | cadeb8688800e7c300c83cf7c649f92845c3256b /distrib/i386/common | |
parent | f3304ab0f292fb67c2476a45bbc5afc1f66b3bbb (diff) |
we are always using gcc4 now
Diffstat (limited to 'distrib/i386/common')
-rw-r--r-- | distrib/i386/common/Makefile.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index 4949526b17c..9dbde2e3cde 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.31 2011/07/09 00:42:49 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.32 2012/03/15 18:29:08 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -52,10 +52,7 @@ NBLKS?= 3872 # minfree, opt, b/i, blks/cyl NEWFSARGS= -m 0 -o space -i 4096 -COPTS= -Os -.if ${COMPILER_VERSION:L} == "gcc4" -COPTS+= -mtune=i486 -.endif +COPTS= -Os -mtune=i486 bsd.gz: bsd.rd cp bsd.rd bsd.strip |