summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules5
1 files changed, 0 insertions, 5 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules b/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
index deea8742..8f133d44 100644
--- a/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
+++ b/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
@@ -761,11 +761,6 @@ else
$(error unsupported COMPILER_AND_MICRO_TYPE)
endif
-ifneq ($(EXP_VERSION), $(COMPILER_VERSION))
- $(error ERROR in file Makerules: You are using incorrect version of compiler: \
- installed $(COMPILER_VERSION), expected $(EXP_VERSION))
-endif
-
ifeq ($(COMPILER_TYPE), IAR)
COMPILER_TYPE_LOWER_CASE = _Iar
else