diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index c969eab00..28d44a9a0 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -87,7 +87,7 @@ cd build --enable-gold - Build the gold linker and install it as ld.gold (along side the + Build the gold linker and install it as ld.gold (alongside the default linker). @@ -118,7 +118,7 @@ cd build --with-system-zlib - Use the installed zlib library rather than building the + Use the installed zlib library instead of building the included version. @@ -143,7 +143,7 @@ cd build a custom system, this target-specific directory in /usr is not required. $(exec_prefix)/$(target_alias) would be - used if the system was used to cross-compile (for example, compiling a + used if the system were used to cross-compile (for example, compiling a package on an Intel machine that generates code that can be executed on PowerPC machines). @@ -164,7 +164,7 @@ cd build grep '^FAIL:' $(find -name '*.log') - Twelve tests fail in the gold testsuite when the + Twelve tests fail in the gold test suite when the and options are passed to GCC.