mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-28 00:28:52 +00:00
1906cf93f8
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(
12 lines
400 B
Diff
12 lines
400 B
Diff
--- glibc-2.2.5/configure.old 2003-05-30 21:51:13.000000000 -0700
|
|
+++ glibc-2.2.5/configure 2003-05-30 21:51:23.000000000 -0700
|
|
@@ -1738,7 +1738,7 @@
|
|
ac_cv_prog_cc_works=yes
|
|
# If we can't run a trivial program, we are probably using a cross compiler.
|
|
if (./conftest; exit) 2>/dev/null; then
|
|
- ac_cv_prog_cc_cross=no
|
|
+ ac_cv_prog_cc_cross=yes
|
|
else
|
|
ac_cv_prog_cc_cross=yes
|
|
fi
|