patches/glibc/2.2.5/glibc-2.2.5-crossyes.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.2.5/glibc-2.2.5-crossyes.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- glibc-2.2.5/configure.old	2003-05-30 21:51:13.000000000 -0700
     1.5 ++++ glibc-2.2.5/configure	2003-05-30 21:51:23.000000000 -0700
     1.6 +@@ -1738,7 +1738,7 @@
     1.7 +   ac_cv_prog_cc_works=yes
     1.8 +   # If we can't run a trivial program, we are probably using a cross compiler.
     1.9 +   if (./conftest; exit) 2>/dev/null; then
    1.10 +-    ac_cv_prog_cc_cross=no
    1.11 ++    ac_cv_prog_cc_cross=yes
    1.12 +   else
    1.13 +     ac_cv_prog_cc_cross=yes
    1.14 +   fi