Skip to content

Commit

Permalink
Remove all gccmath functions from vxworks light runtimes
Browse files Browse the repository at this point in the history
Apparently all gccmath functions are now contained in certKernel,
and not required to be externally defined.

Issue: eng/toolchain/acats#21
  • Loading branch information
Cementitious committed Apr 23, 2024
1 parent 0448e04 commit ff74d34
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions support/rts_sources/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,35 +433,6 @@
"conditions": ["Add_Command_Line:yes"],
"srcs": ["libgnat/a-comlin.ads", "libgnat/a-comlin.adb", "argv.c", "runtime.h"],
},
"gccmath": {
"conditions": ["RTS_Profile:light,light-tasking", "Target_Word_Size:64"],
"srcs": [],
"vx7r2cert_srcs": [
"hie/s-gcc.ads",
"hie/s-gcc-ti.ads",
"hie/s-gcc-ti.adb",
"hie/s-gtasl3.ads",
"hie/s-gtasl3.adb",
"hie/s-gtasr3.ads",
"hie/s-gtasr3.adb",
"hie/s-gtlsr3.ads",
"hie/s-gtlsr3.adb",
"hie/s-gtimo3.ads",
"hie/s-gtimo3.adb",
"hie/s-gtium3.ads",
"hie/s-gtium3.adb",
"hie/s-gcdimo.ads",
"hie/s-gcdimo.adb",
"hie/s-gudmo4.ads",
"hie/s-gudmo4.adb",
"hie/s-gtdmo3.ads",
"hie/s-gtiud3.ads",
"hie/s-gtiud3.adb",
"hie/s-gtidi3.ads",
"hie/s-gtidi3.adb",
"hie/s-gtumo4.ads",
],
},
"full": {
"conditions": ["RTS_Profile:embedded"],
"srcs": [
Expand Down

0 comments on commit ff74d34

Please sign in to comment.