View | Details | Raw Unified | Return to bug 265467
Collapse All | Expand All

(-)b/math/gismo/Makefile (-1 / +5 lines)
Lines 25-30 GH_TUPLE= gismo:gsElasticity:a94347d:gsElasticity/extensions/gsElasticity \ Link Here
25
25
26
.if ${ARCH} == aarch64
26
.if ${ARCH} == aarch64
27
CMAKE_ARGS+=	-DTARGET_ARCHITECTURE="cortex-a53"
27
CMAKE_ARGS+=	-DTARGET_ARCHITECTURE="cortex-a53"
28
.elif ${ARCH} == armv6
29
# Raspberry Pi 1, the only supported armv6 target
30
CMAKE_ARGS+=	-DTARGET_ARCHITECTURE="arm1176jzf-s"
31
.elif ${ARCH} == armv7
32
CMAKE_ARGS+=	-DTARGET_ARCHITECTURE="cortex-a7"
28
.endif
33
.endif
29
34
30
.include <bsd.port.post.mk>
35
.include <bsd.port.post.mk>
31
- 

Return to bug 265467