mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 03:46:00 +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
|
SHORTSUFFIX=d16
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Embedded
|
||||||
|
ifeq ($(OS_TARGET),embedded)
|
||||||
|
EXEEXT=.bin
|
||||||
|
SHORTSUFFIX=emb
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# For 8.3 limited OS's the short suffixes
|
# For 8.3 limited OS's the short suffixes
|
||||||
|
Loading…
Reference in New Issue
Block a user