From 4a17254b261b473c3cb22898e6662ee6fa913731 Mon Sep 17 00:00:00 2001 From: Doug Rupp Date: Mon, 3 Aug 2020 09:26:09 -0700 Subject: [PATCH] [Ada] Remove -mthreads from Linker_Options pragma for x86-lynx178e gcc/ada/ * libgnarl/s-osinte__lynxos178e.ads: Remove -mthreads switch. --- gcc/ada/libgnarl/s-osinte__lynxos178e.ads | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.7.4