mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 12:59:16 +02:00
* set the proper file extensions for the i8086-embedded target
git-svn-id: trunk@34006 -
This commit is contained in:
parent
c639bf3900
commit
11006c2b72
File diff suppressed because it is too large
Load Diff
@ -1134,7 +1134,12 @@ endif
|
|||||||
|
|
||||||
# Embedded
|
# Embedded
|
||||||
ifeq ($(OS_TARGET),embedded)
|
ifeq ($(OS_TARGET),embedded)
|
||||||
|
ifeq ($(CPU_TARGET),i8086)
|
||||||
|
STATICLIBPREFIX=
|
||||||
|
STATICLIBEXT=.a
|
||||||
|
else
|
||||||
EXEEXT=.bin
|
EXEEXT=.bin
|
||||||
|
endif
|
||||||
SHORTSUFFIX=emb
|
SHORTSUFFIX=emb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user