From 9ecd859376ab3bec2331158e58d250fb62910430 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 6 Jan 2001 06:16:31 +0000 Subject: Use a unified libgcc rather than a seperate one for threaded and non-threaded programs. This provides threaded programs with the needed exception frame symbols. parts submitted by: Max Khon PR: 23252 --- gnu/lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/lib/Makefile') diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 7be57b1..41f3236 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -2,9 +2,11 @@ SUBDIR= csu libdialog libgcc libgmp libmp libregex libreadline +.if ${OBJFORMAT} == aout .if !defined(NOLIBC_R) SUBDIR+= libgcc_r .endif +.endif .if !defined(NO_CXX) SUBDIR+= libstdc++ -- cgit v1.1