projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603b57c
)
[Ada] Remove -mthreads from Linker_Options pragma for x86-lynx178e
author
Doug Rupp
<rupp@adacore.com>
Mon, 3 Aug 2020 16:26:09 +0000
(09:26 -0700)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Wed, 21 Oct 2020 07:22:45 +0000
(
03:22
-0400)
gcc/ada/
* libgnarl/s-osinte__lynxos178e.ads: Remove -mthreads switch.
gcc/ada/libgnarl/s-osinte__lynxos178e.ads
patch
|
blob
|
history
diff --git
a/gcc/ada/libgnarl/s-osinte__lynxos178e.ads
b/gcc/ada/libgnarl/s-osinte__lynxos178e.ads
index 646d30103915da564867e492379d71550b1520cb..6d84b351557dba4ce90d48ae942ee362bb78bc7b 100644
(file)
--- 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;