Oops, remove hack to stop libstdc++.so being built now that gcc uses
-lgcc_pic by default on -fpic stuff. I forgot about this here.
This commit is contained in:
parent
098f057be8
commit
542f4d6282
@ -8,11 +8,6 @@ SUPDIR= ${SRCDIR}/libsupc++
|
||||
${SRCDIR}/config/locale/generic ${SRCDIR} ${SRCDIR}/std \
|
||||
${SUPDIR} ${GCCDIR}
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
NOPIC= broken # need libgcc.so or libgcc_pic.a
|
||||
NOSHARED= broken
|
||||
.endif
|
||||
|
||||
#SUBDIR= doc
|
||||
|
||||
LIB= stdc++
|
||||
|
Loading…
Reference in New Issue
Block a user