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: upstream/12.2.0~12799 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a17254b261b473c3cb22898e6662ee6fa913731;p=platform%2Fupstream%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 646d301..6d84b35 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;