mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 01:39:25 +02:00
* gcc does add a .file statement for AIX (but using different code than for
other platforms, which is where the confusion stemmed from) git-svn-id: trunk@20846 -
This commit is contained in:
parent
2174c6debc
commit
ebc542a48b
@ -1518,7 +1518,7 @@ implementation
|
|||||||
else
|
else
|
||||||
n:=InputFileName;
|
n:=InputFileName;
|
||||||
|
|
||||||
{ gcc does not add it either for Darwin (and AIX). Grep for
|
{ gcc does not add it either for Darwin. Grep for
|
||||||
TARGET_ASM_FILE_START_FILE_DIRECTIVE in gcc/config/*.h
|
TARGET_ASM_FILE_START_FILE_DIRECTIVE in gcc/config/*.h
|
||||||
}
|
}
|
||||||
if not(target_info.system in systems_darwin) then
|
if not(target_info.system in systems_darwin) then
|
||||||
|
Loading…
Reference in New Issue
Block a user