diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 7823a3ee6..854abc68b 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -108,7 +108,7 @@ cd ../glibc-build</userinput></screen> <screen><userinput remap="configure">case `uname -m` in i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;; -done</userinput></screen> +esac</userinput></screen> <para>Prepare Glibc for compilation:</para> |