diff options
author | 2013-02-19 05:42:50 +0000 | |
---|---|---|
committer | 2013-02-19 05:42:50 +0000 | |
commit | dcffc03711865451a9e4595afb8034abd1269eb7 (patch) | |
tree | f56929ba117bcb5690b5d81312abbd357ee13a10 | |
parent | Add a STANDARDS section to list RFC's related to the FTP protocol (diff) | |
download | wireguard-openbsd-dcffc03711865451a9e4595afb8034abd1269eb7.tar.xz wireguard-openbsd-dcffc03711865451a9e4595afb8034abd1269eb7.zip |
Remove m68k optimizer workaround.
ok miod@
-rw-r--r-- | gnu/usr.bin/lynx/Makefile.bsd-wrapper | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper index cd131985468..7ad5d6fdee2 100644 --- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper +++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2012/11/04 13:40:51 miod Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.22 2013/02/19 05:42:50 brad Exp $ MAN= lynx.1 CLEANFILES+= lynx.1 @@ -6,8 +6,6 @@ DPADD= ${LIBSSL} ${LIBCRYPTO} .if (${MACHINE} == "vax") OPT=-O0 -.elif (${MACHINE_ARCH} == "m68k") -OPT=-O2 -fno-rerun-loop-opt .endif GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS} ${OPT}" |