|
Lines 70-76
Link Here
|
| 70 |
# |
70 |
# |
| 71 |
.if ${MACHINE_ARCH} == "amd64" |
71 |
.if ${MACHINE_ARCH} == "amd64" |
| 72 |
CFLAGS+= -mcmodel=kernel -mno-red-zone \ |
72 |
CFLAGS+= -mcmodel=kernel -mno-red-zone \ |
| 73 |
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow \ |
73 |
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow \ |
| 74 |
-msoft-float -fno-asynchronous-unwind-tables |
74 |
-msoft-float -fno-asynchronous-unwind-tables |
| 75 |
INLINE_LIMIT?= 8000 |
75 |
INLINE_LIMIT?= 8000 |
| 76 |
.endif |
76 |
.endif |