Browse Source

no override

Michael VAN CANNEYT 2 years ago
parent
commit
681f31d2e3
2 changed files with 176 additions and 179 deletions
  1. 174 177
      utils/fpcm/fpcmake.inc
  2. 2 2
      utils/fpcm/fpcmake.ini

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


+ 2 - 2
utils/fpcm/fpcmake.ini

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

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