summaryrefslogtreecommitdiffstats
path: root/gnu/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/Makefile')
-rw-r--r--gnu/lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 79f73dd..9c07c7c 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -8,10 +8,10 @@ SUBDIR+= libgcc_r
.endif
.endif
-.if notyet
+# libsupc++ uses libstdc++ headers, although 'make includes' should
+# have taken care of that already.
.if !defined(NO_CXX)
-SUBDIR+= libsupc++ libstdc++
-.endif
+SUBDIR+= libstdc++ libsupc++
.endif
.if !defined(NO_OBJC)
OpenPOWER on IntegriCloud