Skip to content

Commit

Permalink
Merge branch 'mr/gnat-llvm-exclude-unwind-pe-header' into 'master'
Browse files Browse the repository at this point in the history
Exclude libgcc's unwind-pe.h when building with GNAT-LLVM

See merge request eng/toolchain/bb-runtimes!75
  • Loading branch information
burratoo committed Mar 6, 2024
2 parents 92c481a + e0177c6 commit 8d0acac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion support/rts_sources/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@
"libgnat/s-wwdwch.adb",
"hie/tconfig.h",
"hie/tsystem.h",
"libgcc/unwind-pe.h",
],
"bb_srcs": [
"hie/adaint-xi.c",
Expand All @@ -810,6 +809,10 @@
],
"pikeos_srcs": ["hie/s-init__pikeos.adb"],
},
"full/gcc": {
"conditions": ["RTS_Profile:embedded", "Compiler_Backend:gcc"],
"srcs": ["libgcc/unwind-pe.h"],
},
"full/32": {
"conditions": ["RTS_Profile:embedded", "Target_Word_Size:32"],
"srcs": [
Expand Down

0 comments on commit 8d0acac

Please sign in to comment.