summaryrefslogtreecommitdiffstats
path: root/gcc/ada/Makefile.in
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-26 21:56:05 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-26 21:56:05 +0000
commit79077158e51cf9afd41848f9d56ce2581417641a (patch)
treed2722a28fe7752805c73ada9df9779ce0f2dffdf /gcc/ada/Makefile.in
parent7dad6107052ba818bebd1084b6c6b7c4a73313cc (diff)
downloadppe42-gcc-79077158e51cf9afd41848f9d56ce2581417641a.tar.gz
ppe42-gcc-79077158e51cf9afd41848f9d56ce2581417641a.zip
* Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
* 5fsystem.ads (Functions_Return_By_DSP): Set to False. (ZCX_By_Default): Likewise. (Front_End_ZCX_Support): Likewise. * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced. (Initialize_Lock): Mark Level unreferenced. (Sleep): Mark Reason unreferenced. (Timed_Sleep): Likewise. (Wakeup): Likewise. (Exit_Task): Use Result. (Check_No_Locks): Mark Self_ID unreferenced. * 5gtasinf.adb (New_Sproc): Make Attr constant. (Bound_Thread_Attributes): Make Sproc constant. (New_Bound_Thread_Attributes): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r--gcc/ada/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index f9abc3ad126..7cd30ee51f3 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -914,7 +914,7 @@ ifeq ($(strip $(filter-out mips sgi irix%,$(targ))),)
g-soccon.ads<3gsoccon.ads \
system.ads<5fsystem.ads
- THREADSLIB = -lathread
+ THREADSLIB =
endif
TOOLS_TARGET_PAIRS = mlib-tgt.adb<5gml-tgt.adb
OpenPOWER on IntegriCloud