Browse Source

* FreeRTOS: try not to build native binaries

git-svn-id: trunk@44797 -
florian 5 năm trước cách đây
mục cha
commit
9211e6cf93
2 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 3 0
      compiler/Makefile
  2. 3 0
      compiler/Makefile.fpc

+ 3 - 0
compiler/Makefile

@@ -610,6 +610,9 @@ endif
 ifeq ($(OS_TARGET),macos)
 NoNativeBinaries=1
 endif
+ifeq ($(OS_TARGET),freertos)
+NoNativeBinaries=1
+endif
 ifeq ($(NoNativeBinaries),1)
 override EXEEXT=$(SRCEXEEXT)
 CROSSINSTALL=1

+ 3 - 0
compiler/Makefile.fpc

@@ -397,6 +397,9 @@ endif
 ifeq ($(OS_TARGET),macos)
 NoNativeBinaries=1
 endif
+ifeq ($(OS_TARGET),freertos)
+NoNativeBinaries=1
+endif
 
 # Allow install for jvm
 ifeq ($(NoNativeBinaries),1)