mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-14 23:05:28 +00:00
Makefile: Move CXX print to echo-cxx
This commit is contained in:
parent
56f66596b0
commit
344ca18239
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -364,7 +364,6 @@ EXE = .exe
|
||||||
else ifneq ($(CONFIG),none)
|
else ifneq ($(CONFIG),none)
|
||||||
$(error Invalid CONFIG setting '$(CONFIG)'. Valid values: clang, gcc, emcc, mxe, msys2-32, msys2-64)
|
$(error Invalid CONFIG setting '$(CONFIG)'. Valid values: clang, gcc, emcc, mxe, msys2-32, msys2-64)
|
||||||
else
|
else
|
||||||
$(info Using provided C++ compiler, '$(CXX)'.)
|
|
||||||
CXXFLAGS += -std=$(CXXSTD) -Os
|
CXXFLAGS += -std=$(CXXSTD) -Os
|
||||||
ABCMKARGS += ARCHFLAGS="-DABC_USE_STDINT_H $(ABC_ARCHFLAGS)"
|
ABCMKARGS += ARCHFLAGS="-DABC_USE_STDINT_H $(ABC_ARCHFLAGS)"
|
||||||
endif
|
endif
|
||||||
|
@ -1121,6 +1120,9 @@ echo-git-rev:
|
||||||
echo-abc-rev:
|
echo-abc-rev:
|
||||||
@echo "$(ABCREV)"
|
@echo "$(ABCREV)"
|
||||||
|
|
||||||
|
echo-cxx:
|
||||||
|
@echo "$(CXX)"
|
||||||
|
|
||||||
-include libs/*/*.d
|
-include libs/*/*.d
|
||||||
-include frontends/*/*.d
|
-include frontends/*/*.d
|
||||||
-include passes/*/*.d
|
-include passes/*/*.d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue