This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

touchup comment about uClinux/uClibc in libstdc++/crossconfig.m4


very minor patch which corrects a comment that is about uClinux, not uClibc
-mike
2006-04-13  Mike Frysinger  <vapier@gentoo.org>

	* crossconfig.m4 (_GLIBCXX_USE_LFS): Tweak uClinux/uClibc note.

--- crossconfig.m4
+++ crossconfig.m4
@@ -161,7 +161,7 @@ case "${host}" in
     AC_DEFINE(HAVE_INT64_T)
     case "$target" in
       *-uclinux*)
-        # Don't enable LFS with uClibc
+        # Don't enable LFS with uClinux
         ;;
       *)
         AC_DEFINE(_GLIBCXX_USE_LFS)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]