File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ INC_NEWLIB=$(INSTALL)/newlib/include
4040INC_LIBCXX =$(INSTALL ) /libcxx/include
4141
4242CC = $(shell command -v clang-3.8 || command -v clang-3.6) -target i686-elf
43- CPP = $(shell command -v clang++-3.8 || command -v clang++-3.6) -target i686-elf
43+ CPP = $(shell command -v clang++-3.8 || command -v clang++-3.6 || command -v clang++ ) -target i686-elf
4444ifndef LD_INC
4545 LD_INC = ld
4646endif
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ INC_NEWLIB=$(INSTALL)/newlib/include
2222INC_LIBCXX=$(INSTALL)/libcxx/include
2323
2424CC = $(shell command -v clang-3.8 || command -v clang-3.6) -target i686-elf
25- CPP = $(shell command -v clang++-3.8 || command -v clang++-3.6) -target i686-elf
25+ CPP = $(shell command -v clang++-3.8 || command -v clang++-3.6 || command -v clang++ ) -target i686-elf
2626
2727ifndef AR_INC
2828 AR_INC = ar
You can’t perform that action at this time.
0 commit comments