From ff74d34aad927dc26cd401944b2919ceae3b2fad Mon Sep 17 00:00:00 2001 From: Douglas B Rupp Date: Thu, 18 Apr 2024 19:45:03 +0000 Subject: [PATCH] Remove all gccmath functions from vxworks light runtimes Apparently all gccmath functions are now contained in certKernel, and not required to be externally defined. Issue: eng/toolchain/acats#21 --- support/rts_sources/sources.py | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/support/rts_sources/sources.py b/support/rts_sources/sources.py index 25ebb88f..b8933d79 100644 --- a/support/rts_sources/sources.py +++ b/support/rts_sources/sources.py @@ -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": [