|
@@ -49,7 +49,7 @@ config.make > config.make~:</userinput> This time, we're replacing
|
|
only building for our own system. Cross-compiling is used, for
|
|
only building for our own system. Cross-compiling is used, for
|
|
instance, to build a package for an Apple Power PC on an Intel system.
|
|
instance, to build a package for an Apple Power PC on an Intel system.
|
|
The reason Glibc thinks we're cross-compiling is that it can't compile a
|
|
The reason Glibc thinks we're cross-compiling is that it can't compile a
|
|
-test program to determin this, so it automatically default to a
|
|
|
|
|
|
+test program to determine this, so it automatically defaults to a
|
|
cross-compiler. The reason for the failed program is because Glibc
|
|
cross-compiler. The reason for the failed program is because Glibc
|
|
hasn't been installed yet.</para>
|
|
hasn't been installed yet.</para>
|
|
|
|
|