Back out my previous change, which caused c++rt0.o to be linked into
every shared library, until I can diagnose the problems it is causing for certain programs such as awk and groff.
This commit is contained in:
parent
1117d2af7a
commit
a659df8a06
@ -187,7 +187,7 @@ LDDESTDIR?= -L${DESTDIR}/usr/lib
|
||||
.endif
|
||||
|
||||
.if !defined(NOPIC)
|
||||
.if !make(clean) && !make(cleandir)
|
||||
.if defined(CPLUSPLUSLIB) && !make(clean) && !make(cleandir)
|
||||
SOBJS+= ${DESTDIR}/usr/lib/c++rt0.o
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user