mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +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;
|
f : text;
|
||||||
st : string;
|
st : string;
|
||||||
begin
|
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
|
begin
|
||||||
CatFileContent:='`cat '+MaybeQuoted(para)+'`';
|
CatFileContent:='`cat '+MaybeQuoted(para)+'`';
|
||||||
Exit;
|
Exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user