diff options
-rw-r--r-- | chapter06/glibc-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 36eb6864c..90a41cc14 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -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 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 -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 hasn't been installed yet.</para> |