diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass2.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index cb96b62f0..ab435e4dc 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -67,7 +67,7 @@ RANLIB=$LFS_TGT-ranlib \ <title>The meaning of the new configure options:</title> <varlistentry> - <term><parameter>CC="$LFS_TGT-gcc" AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib</parameter></term> + <term><parameter>CC=$LFS_TGT-gcc AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib</parameter></term> <listitem> <para>Because this is really a native build of Binutils, setting these variables ensures that the build system uses the cross-compiler and diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 0ed5c11aa..0fab67c16 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -120,7 +120,7 @@ cd ../gcc-build</userinput></screen> <para>Now prepare GCC for compilation:</para> -<screen><userinput remap="configure">CC="$LFS_TGT-gcc" \ +<screen><userinput remap="configure">CC=$LFS_TGT-gcc \ AR=$LFS_TGT-ar \ RANLIB=$LFS_TGT-ranlib \ ../gcc-&gcc-version;/configure \ |