|
Lines 74-79
Link Here
|
| 74 |
CFLAGS += ${_CPUCFLAGS} |
74 |
CFLAGS += ${_CPUCFLAGS} |
| 75 |
.endif |
75 |
.endif |
| 76 |
|
76 |
|
|
|
77 |
.if !defined(NO_CPU_CFLAGS) |
| 78 |
FFLAGS += ${_CPUCFLAGS} |
| 79 |
.endif |
| 80 |
|
| 77 |
# Set up the list of CPU features based on the CPU type. This is an |
81 |
# Set up the list of CPU features based on the CPU type. This is an |
| 78 |
# unordered list to make it easy for client makefiles to test for the |
82 |
# unordered list to make it easy for client makefiles to test for the |
| 79 |
# presence of a CPU feature. |
83 |
# presence of a CPU feature. |