Skip to content

Commit 16745fd

Browse files
committed
Merge branch 'topic/gnat-llvm-lynxos178fix' into 'master'
Fix recompilablerts gnat-llvm-core failure See merge request eng/gpr/gprconfig_kb!63
2 parents 6b2d80c + c6122af commit 16745fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/compilers.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
<target>
545545
<external>$EXEC -dumpmachine</external>
546546
<grep regexp="[^\r\n]+"></grep>
547-
<must_match>(^.*-linux.*$)|(^.*-windows.*$)|(^.*-elf.*$)</must_match>
547+
<must_match>(^.*-linux.*$)|(^.*-windows.*$)|(^.*-elf.*$)|(^.*-lynxos178.*$)</must_match>
548548
</target>
549549
</compiler_description>
550550

0 commit comments

Comments
 (0)