diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index ff2ea17f8..e2ef9bf29 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -54,7 +54,7 @@ consistent compiler builds:</para> <screen><userinput remap="pre">case `uname -m` in - i?86) sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' \ + i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' \ gcc/Makefile.in ;; esac</userinput></screen> |