Browse Source

no override

Michael VAN CANNEYT 2 years ago
parent
commit
34fec3c231
2 changed files with 175 additions and 177 deletions
  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
 endif
 
 
 ifdef SUB_TARGET 
 ifdef SUB_TARGET 
-override FPCOPT+=-t$(SUB_TARGET)
+FPCOPT+=-t$(SUB_TARGET)
+FPMAKE_OPT+=--subtarget=$(SUB_TARGET)
 endif
 endif
 
 
 
 

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