only: cd simulator ; make always full build unless on Windows #6337
This commit is contained in:
parent
a81cfef6c6
commit
4ea3cc868c
|
@ -230,7 +230,11 @@ ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
|
||||||
# Compiler settings
|
# Compiler settings
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ifeq ($(OS),)
|
||||||
|
$(info OS is empty: not Windows?)
|
||||||
|
else
|
||||||
$(info OS is [${OS}])
|
$(info OS is [${OS}])
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
# ChibiOS seem to require 32 bit compiler at least on Windows
|
# ChibiOS seem to require 32 bit compiler at least on Windows
|
||||||
|
|
Loading…
Reference in New Issue