diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ada/5hsystem.ads | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/5hsystem.ads b/gcc/ada/5hsystem.ads index f2d5453..8b72d16 100644 --- a/gcc/ada/5hsystem.ads +++ b/gcc/ada/5hsystem.ads @@ -101,9 +101,6 @@ pragma Pure (System); private - pragma Linker_Options ("-lpthread"); - -- To ease supporting --enable-threads=posix at configure-time. - type Address is mod Memory_Size; Null_Address : constant Address := 0; @@ -135,7 +132,7 @@ private Stack_Check_Default : constant Boolean := False; Stack_Check_Probes : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; - ZCX_By_Default : constant Boolean := True; + ZCX_By_Default : constant Boolean := False; GCC_ZCX_Support : constant Boolean := True; Front_End_ZCX_Support : constant Boolean := False; |
