mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +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
|
||||
ifeq ($(OS_TARGET),embedded)
|
||||
ifeq ($(CPU_TARGET),i8086)
|
||||
STATICLIBPREFIX=
|
||||
STATICLIBEXT=.a
|
||||
else
|
||||
EXEEXT=.bin
|
||||
endif
|
||||
SHORTSUFFIX=emb
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user