File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: ad2f67f1c3c5549d4f95dc566133ea648eb4c44c
2
+ refs/heads/master: 9bdaf0b5da1334f9a7101c36f11807dab5e11c81
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5
5
refs/heads/try: cd2003ffd8dd976342f9e8fc1429ae93d6780e81
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ RUSTC_CROSS_FLAGS_arm-unknown-linux-gnueabi :=
377
377
# mipsel-linux configuration
378
378
CC_mipsel-linux =mipsel-linux-gcc
379
379
CXX_mipsel-linux =mipsel-linux-g++
380
- CPP_mipsel-linux =mipsel-linux-gcc
380
+ CPP_mipsel-linux =mipsel-linux-gcc
381
381
AR_mipsel-linux =mipsel-linux-ar
382
382
CFG_LIB_NAME_mipsel-linux =lib$(1 ) .so
383
383
CFG_STATIC_LIB_NAME_mipsel-linux =lib$(1 ) .a
@@ -641,7 +641,7 @@ define CFG_MAKE_TOOLCHAIN
641
641
CXX_$(1 ) =$(CROSS_PREFIX_$(1 ) )$(CXX_$(1 ) )
642
642
CPP_$(1 ) =$(CROSS_PREFIX_$(1 ) )$(CPP_$(1 ) )
643
643
AR_$(1 ) =$(CROSS_PREFIX_$(1 ) )$(AR_$(1 ) )
644
- RUSTC_CROSS_FLAGS_$(1 ) =-C linker=$$(call FIND_COMPILER,$$(CXX_ $(1 ) ) ) \
644
+ RUSTC_CROSS_FLAGS_$(1 ) =-C linker=$$(call FIND_COMPILER,$$(CC_ $(1 ) ) ) \
645
645
-C ar=$$(call FIND_COMPILER,$$(AR_$(1 ) ) ) $(RUSTC_CROSS_FLAGS_$(1 ) )
646
646
647
647
RUSTC_FLAGS_$(1 ) =$$(RUSTC_CROSS_FLAGS_$(1 ) ) $(RUSTC_FLAGS_$(1 ) )
You can’t perform that action at this time.
0 commit comments