diff options
author | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-03 22:25:02 +0000 |
---|---|---|
committer | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-03 22:25:02 +0000 |
commit | 300b23e429ff75b7431352c9811fe88405ddd2f0 (patch) | |
tree | 9b96a757793dff50111da7f87c03b6ab8617a358 /gcc/ada/5hsystem.ads | |
parent | 8ed073f5481b02f3c347aaca2946ad3c4ee835fd (diff) | |
download | gcc-300b23e429ff75b7431352c9811fe88405ddd2f0.tar.gz |
2003-06-04 Olivier Hainque <hainque@act-europe.fr>
PR ada/9953:
* 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
and turn ZCX_By_Default back to False, since the underlying support
is not quite there yet.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/5hsystem.ads')
-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 f2d54535522..8b72d167960 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; |