Lines 150-157
Link Here
|
150 |
.if !exists(/usr/sbin/dtrace) |
150 |
.if !exists(/usr/sbin/dtrace) |
151 |
OPTIONS_EXCLUDE= DTRACE |
151 |
OPTIONS_EXCLUDE= DTRACE |
152 |
.endif |
152 |
.endif |
153 |
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \ |
153 |
.for a in aarch64 arm armv6 armv7 \ |
154 |
powerpc64 sparc64 |
154 |
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ |
|
|
155 |
powerpc powerpc64 powerpcspe \ |
156 |
sparc64 |
155 |
OPTIONS_EXCLUDE_${a}= DTRACE |
157 |
OPTIONS_EXCLUDE_${a}= DTRACE |
156 |
.endfor |
158 |
.endfor |
157 |
|
159 |
|