mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 19:38:36 +02:00
+ set suffixes and extensions for embedded targets
git-svn-id: trunk@30747 -
This commit is contained in:
parent
0ebd26f13c
commit
e4492a2926
@ -1124,6 +1124,11 @@ STATICLIBEXT=.a
|
||||
SHORTSUFFIX=d16
|
||||
endif
|
||||
|
||||
# Embedded
|
||||
ifeq ($(OS_TARGET),embedded)
|
||||
EXEEXT=.bin
|
||||
SHORTSUFFIX=emb
|
||||
endif
|
||||
|
||||
|
||||
# For 8.3 limited OS's the short suffixes
|
||||
|
Loading…
Reference in New Issue
Block a user