dslinux/tools/ucfront ucfront.c

amadeus dslinux_amadeus at user.in-berlin.de
Sat Oct 14 19:32:23 CEST 2006


Update of /cvsroot/dslinux/dslinux/tools/ucfront
In directory antilope:/tmp/cvs-serv25177/tools/ucfront

Modified Files:
	ucfront.c 
Log Message:
add the c++ libs to the linker list

Index: ucfront.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/tools/ucfront/ucfront.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ucfront.c	20 Feb 2006 14:14:29 -0000	1.2
+++ ucfront.c	14 Oct 2006 17:32:21 -0000	1.3
@@ -658,6 +658,10 @@
 				args_add(stripped_args, "-Wl,--start-group");
 				args_add(stripped_args, "-lc");
 				args_add(stripped_args, "-lgcc");
+				/* support c++ */
+				args_add(stripped_args, "-lstdc++");
+				args_add(stripped_args, "-lsupc++");
+				args_add(stripped_args, "-lm");
 				args_add(stripped_args, "-Wl,--end-group");
 			}
 		}




More information about the dslinux-commit mailing list