Don't build libgcc_r if "NOLIBC_R" defined. If you don't have a threads

safe libc, having a threads safe libgcc isn't of much use.
This commit is contained in:
David E. O'Brien 2000-11-25 01:25:35 +00:00
parent 0eaa901ba7
commit d96d20c397
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
SUBDIR= csu libdialog libgcc libgcc_r libgmp libmp libregex libreadline
.if !defined(NOLIBC_R)
SUBDIR+= libgcc_r
.endif
.if !defined(NO_CXX)
SUBDIR+= libstdc++
.endif