* regenerated

git-svn-id: trunk@44867 -
This commit is contained in:
florian 2020-04-19 19:22:05 +00:00
parent c96a3cc9d1
commit be50c77f34

View File

@ -202,12 +202,6 @@ $(error When compiling for xtensa-embedded, a sub-architecture (e.g. SUBARCH=lx1
endif
override FPCOPT+=-Cp$(SUBARCH)
endif
ifeq ($(FULL_TARGET),xtensa-embedded)
ifeq ($(SUBARCH),)
$(error When compiling for xtensa-embedded, a sub-architecture (e.g. SUBARCH=lx106 or SUBARCH=lx6) must be defined)
endif
override FPCOPT+=-Cp$(SUBARCH)
endif
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
TARGETSUFFIX=$(OS_TARGET)
SOURCESUFFIX=$(OS_SOURCE)