|
Lines 63-71
Link Here
|
| 63 |
.endif |
63 |
.endif |
| 64 |
.if ${MACHINE_CPU:M3dnow} |
64 |
.if ${MACHINE_CPU:M3dnow} |
| 65 |
CONFIGURE_ARGS+=--enable-k7 |
65 |
CONFIGURE_ARGS+=--enable-k7 |
| 66 |
CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedule-insns \ |
66 |
CFLAGS_3DNOW= ${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedule-insns \ |
| 67 |
-malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 \ |
67 |
-fstrict-aliasing -mpreferred-stack-boundary=4 -ffast-math |
| 68 |
-ffast-math" |
68 |
.if ${ARCH} != "amd64" |
|
|
69 |
CFLAGS_3DNOW+= -malign-double |
| 70 |
.endif |
| 71 |
CONFIGURE_ENV+= CFLAGS="${CFLAGS_3DNOW}" |
| 69 |
.endif |
72 |
.endif |
| 70 |
.endif # end WITH_OPTIMIZED_CFLAGS |
73 |
.endif # end WITH_OPTIMIZED_CFLAGS |