瀏覽代碼

no override

Michael VAN CANNEYT 2 年之前
父節點
當前提交
34fec3c231
共有 2 個文件被更改,包括 175 次插入177 次删除
  1. 173 176
      utils/fpcm/fpcmake.inc
  2. 2 1
      utils/fpcm/fpcmake.ini

File diff suppressed because it is too large
+ 173 - 176
utils/fpcm/fpcmake.inc


+ 2 - 1
utils/fpcm/fpcmake.ini

@@ -290,7 +290,8 @@ ifeq ($(FULL_TARGET),aarch64-embedded)
 endif
 
 ifdef SUB_TARGET 
-override FPCOPT+=-t$(SUB_TARGET)
+FPCOPT+=-t$(SUB_TARGET)
+FPMAKE_OPT+=--subtarget=$(SUB_TARGET)
 endif
 
 

Some files were not shown because too many files changed in this diff