| Commit | Line | Data |
c97b9141 SW |
1 | # Set default CPU compile flags for custom compilers. Not much to see here. |
| 2 | |
| 3 | . if ${MACHINE_ARCH} == "i386" |
| 4 | MACHINE_CPU = i486 |
c1543a89 SS |
5 | . elif ${MACHINE_ARCH} == "x86_64" |
| 6 | MACHINE_CPU = x86_64 sse2 sse |
| c97b9141 |
7 | . endif |