* set the proper file extensions for the i8086-embedded target

git-svn-id: trunk@34006 -
This commit is contained in:
nickysn 2016-06-18 00:45:34 +00:00
parent c639bf3900
commit 11006c2b72
2 changed files with 336 additions and 330 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1134,7 +1134,12 @@ endif
# Embedded
ifeq ($(OS_TARGET),embedded)
ifeq ($(CPU_TARGET),i8086)
STATICLIBPREFIX=
STATICLIBEXT=.a
else
EXEEXT=.bin
endif
SHORTSUFFIX=emb
endif