Skip to content

Commit

Permalink
Merge branch 'topic/R330-036' into 'master'
Browse files Browse the repository at this point in the history
Only compile GNAT.CPP* packages in GCC

See merge request eng/toolchain/bb-runtimes!150
  • Loading branch information
Alexandre Oliva committed Dec 23, 2024
2 parents f181b6a + d212354 commit 5415a03
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions support/rts_sources/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,13 +678,6 @@
"libgnat/g-casuti.adb",
"libgnat/g-comver.ads",
"libgnat/g-comver.adb",
"libgnat/g-cpp.ads",
"libgnat/g-cppexc.ads",
"libgnat/g-cppexc.adb",
"libgnat/g-cppstd.ads",
"libgnat/g-cppstd.adb",
"libgnat/g-cstyin.ads",
"libgnat/g-cstyin.adb",
"libgnat/g-crc32.ads",
"libgnat/g-crc32.adb",
"libgnat/g-dyntab.ads",
Expand Down Expand Up @@ -876,7 +869,16 @@
},
"full/gcc": {
"conditions": ["RTS_Profile:embedded", "Compiler_Backend:gcc"],
"srcs": ["libgcc/unwind-pe.h"],
"srcs": [
"libgcc/unwind-pe.h",
"libgnat/g-cpp.ads",
"libgnat/g-cppexc.ads",
"libgnat/g-cppexc.adb",
"libgnat/g-cppstd.ads",
"libgnat/g-cppstd.adb",
"libgnat/g-cstyin.ads",
"libgnat/g-cstyin.adb",
],
},
"full/32": {
"conditions": ["RTS_Profile:embedded", "Target_Word_Size:32"],
Expand Down

0 comments on commit 5415a03

Please sign in to comment.