From 2145e0c7bf31c681a745eeee57f4e889d7587ecc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 26 Jan 2022 11:01:44 +0100 Subject: Remove obsolete rtems_gxx_*() implementation GCC versions prior to 6.1 used a RTEMS thread model based on rtems_gxx_*() functions. GCC version 6.1 or later uses the self-contained synchronization objects of Newlib for the RTEMS thread model. Remove the obsolete implementation. Close #3143. --- spec/build/cpukit/librtemscpu.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/build/cpukit/librtemscpu.yml') diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index 423974502c..7d6dbae0db 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -108,7 +108,6 @@ install: - cpukit/include/rtems/framebuffer.h - cpukit/include/rtems/fs.h - cpukit/include/rtems/fsmount.h - - cpukit/include/rtems/gxx_wrappers.h - cpukit/include/rtems/ide_part_table.h - cpukit/include/rtems/imfs.h - cpukit/include/rtems/init.h @@ -658,7 +657,6 @@ source: - cpukit/libcsupport/src/getreentglobal.c - cpukit/libcsupport/src/getrusage.c - cpukit/libcsupport/src/getuid.c -- cpukit/libcsupport/src/gxx_wrappers.c - cpukit/libcsupport/src/ioctl.c - cpukit/libcsupport/src/isatty_r.c - cpukit/libcsupport/src/issetugid.c -- cgit v1.2.3