diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 2f9021027..37a538d98 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -320,8 +320,8 @@ find .. -name "*.a" -delete Configure Glibc for m32 with the following commands: -CC="$LFS_TGT-gcc -m32" \ -CXX="$LFS_TGT-g++ -m32" \ +CC="$LFS_TGT-gcc -m32" \ +CXX="$LFS_TGT-g++ -m32" \ ../configure \ --prefix=/usr \ --host=$LFS_TGT32 \ @@ -392,8 +392,8 @@ find .. -name "*.a" -delete Configure Glibc for mx32 with the following commands: -CC="$LFS_TGT-gcc -mx32" \ -CXX="$LFS_TGT-g++ -mx32" \ +CC="$LFS_TGT-gcc -mx32" \ +CXX="$LFS_TGT-g++ -mx32" \ ../configure \ --prefix=/usr \ --host=$LFS_TGTX32 \