toplevel configure.in patch

Robert Lipe robertl@dgii.com
Tue Oct 13 20:42:00 GMT 1998


I couldn't find this in the ChangeLogs as a changed file and recent
experience has taught me that I don't have access to the right tools
to regenerate this file.

Without this patch, TARGET_CONFIGDIRS in the toplevel makefile contains
"... libstdc ++ libg++ ..." which silently fails to configure or build
libstdc++.

Can the owner of the recent change please verify and commit as 
appropriate?

Thanx,

RJL


Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/configure.in,v
retrieving revision 1.29
diff -u -p -r1.29 configure.in
--- configure.in	1998/10/12 10:44:56	1.29
+++ configure.in	1998/10/14 03:39:19
@@ -61,7 +61,7 @@ target_libs="target-libiberty \
 		target-newlib \
 		target-libio \
 		target-librx \
-		target-libstdc \++
+		target-libstdc++ \
 		target-libg++ \
 		target-libf2c \
 		target-libchill \



More information about the Gcc-patches mailing list