1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Don't require a 686.

Submitted by:	maintainer
This commit is contained in:
Nick Sayer 2001-04-06 07:15:16 +00:00
parent ae5c7fe165
commit 2551f6d52c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40928

View File

@ -149,7 +149,7 @@ ASM_COMMENT=\#
# Heavy optimization - enabled by default because it doesn't seem
# to break things, and enables considerable speedup.
.if !defined(WITH_OPTIMIZATION) || ${WITH_OPTIMIZATION} != "no"
CFLAGS+= -O3 -march=i686 -Wall -Wno-unused -funroll-loops \
CFLAGS+= -O3 -Wall -Wno-unused -funroll-loops \
-fstrength-reduce -fomit-frame-pointer -ffast-math \
-malign-functions=4 -malign-jumps=4 -malign-loops=4
.endif