瀏覽代碼

* FreeRTOS: try not to build native binaries

git-svn-id: trunk@44797 -
florian 5 年之前
父節點
當前提交
9211e6cf93
共有 2 個文件被更改,包括 6 次插入0 次删除
  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)