mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* ignore tf_no_backquote_support in source_info.flags in case we will link
on the target system (-St command line option during cross-compiling) git-svn-id: trunk@20817 -
This commit is contained in:
parent
cf2ffdce1a
commit
ddde9760c2
@ -678,7 +678,8 @@ Implementation
|
||||
f : text;
|
||||
st : string;
|
||||
begin
|
||||
if not (tf_no_backquote_support in source_info.flags) then
|
||||
if not (tf_no_backquote_support in source_info.flags) or
|
||||
(cs_link_on_target in current_settings.globalswitches) then
|
||||
begin
|
||||
CatFileContent:='`cat '+MaybeQuoted(para)+'`';
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user