aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorDoug Rupp <rupp@adacore.com>2020-08-03 09:26:09 -0700
committerPierre-Marie de Rodat <derodat@adacore.com>2020-10-21 03:22:45 -0400
commit4a17254b261b473c3cb22898e6662ee6fa913731 (patch)
tree1e170a7499ca8044d988fecf5b948b71e8cdc97a /gcc/ada
parent603b57c732314e57fcc4257603fd3b482b097ac7 (diff)
downloadgcc-4a17254b261b473c3cb22898e6662ee6fa913731.zip
gcc-4a17254b261b473c3cb22898e6662ee6fa913731.tar.gz
gcc-4a17254b261b473c3cb22898e6662ee6fa913731.tar.bz2
[Ada] Remove -mthreads from Linker_Options pragma for x86-lynx178e
gcc/ada/ * libgnarl/s-osinte__lynxos178e.ads: Remove -mthreads switch.
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/libgnarl/s-osinte__lynxos178e.ads4
1 files changed, 0 insertions, 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;