From: Doug Rupp Date: Mon, 3 Aug 2020 16:26:09 +0000 (-0700) Subject: [Ada] Remove -mthreads from Linker_Options pragma for x86-lynx178e X-Git-Tag: basepoints/gcc-12~4102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a17254b261b473c3cb22898e6662ee6fa913731;p=thirdparty%2Fgcc.git [Ada] Remove -mthreads from Linker_Options pragma for x86-lynx178e gcc/ada/ * libgnarl/s-osinte__lynxos178e.ads: Remove -mthreads switch. --- diff --git a/gcc/ada/libgnarl/s-osinte__lynxos178e.ads b/gcc/ada/libgnarl/s-osinte__lynxos178e.ads index 646d30103915..6d84b351557d 100644 --- a/gcc/ada/libgnarl/s-osinte__lynxos178e.ads +++ b/gcc/ada/libgnarl/s-osinte__lynxos178e.ads @@ -47,10 +47,6 @@ with System.Multiprocessors; package System.OS_Interface is pragma Preelaborate; - pragma Linker_Options ("-mthreads"); - -- Selects the POSIX 1.c runtime, rather than the non-threading runtime or - -- the deprecated legacy threads library. - subtype int is Interfaces.C.int; subtype short is Interfaces.C.short; subtype long is Interfaces.C.long;