no override

This commit is contained in:
Michael VAN CANNEYT 2023-01-26 11:32:12 +01:00 committed by Michaël Van Canneyt
parent efc0272b99
commit 34fec3c231
2 changed files with 440 additions and 447 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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