File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
if [ $BUILDARCH != "riscv64" ] && [ $TARGETARCH = "riscv64" ]; then \
76
76
export RUSTFLAGS="$RUSTFLAGS -C linker=riscv64-linux-gnu-gcc" \
77
77
; fi && \
78
- if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
78
+ if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
79
79
case "$TARGETVARIANT" in \
80
80
# x86-64-v2 with AES-NI
81
81
"v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2" ;; \
Original file line number Diff line number Diff line change 76
76
if [ $BUILDARCH != "riscv64" ] && [ $TARGETARCH = "riscv64" ]; then \
77
77
export RUSTFLAGS="$RUSTFLAGS -C linker=riscv64-linux-gnu-gcc" \
78
78
; fi && \
79
- if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
79
+ if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
80
80
case "$TARGETVARIANT" in \
81
81
# x86-64-v2 with AES-NI
82
82
"v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2" ;; \
Original file line number Diff line number Diff line change 75
75
if [ $BUILDARCH != "riscv64" ] && [ $TARGETARCH = "riscv64" ]; then \
76
76
export RUSTFLAGS="$RUSTFLAGS -C linker=riscv64-linux-gnu-gcc" \
77
77
; fi && \
78
- if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
78
+ if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
79
79
case "$TARGETVARIANT" in \
80
80
# x86-64-v2 with AES-NI
81
81
"v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2" ;; \
You can’t perform that action at this time.
0 commit comments