]> git.wh0rd.org - patches.git/blame - gcc-uclinux-not-uclibc.patch
initial import
[patches.git] / gcc-uclinux-not-uclibc.patch
CommitLineData
5e993f12 12006-04-13 Mike Frysinger <vapier@gentoo.org>
2
3 * crossconfig.m4 (_GLIBCXX_USE_LFS): Tweak uClinux/uClibc note.
4
5--- crossconfig.m4
6+++ crossconfig.m4
7@@ -161,7 +161,7 @@ case "${host}" in
8 AC_DEFINE(HAVE_INT64_T)
9 case "$target" in
10 *-uclinux*)
11- # Don't enable LFS with uClibc
12+ # Don't enable LFS with uClinux
13 ;;
14 *)
15 AC_DEFINE(_GLIBCXX_USE_LFS)