diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-01 22:37:19 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-01 22:37:19 -0500 |
commit | 533634949848ef4e2441f80b2441a53864858d56 (patch) | |
tree | 40861316162d773003a61833d4c11b3b2e10bbe2 /chapter08/gcc.xml | |
parent | 04be2abd11490668916c8f6662da4d5040db4dbf (diff) |
Typo
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index b6761ba68..d2b93a0e6 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -78,7 +78,7 @@ cd build</userinput></screen> --enable-default-ssp \ --disable-multilib \ --disable-bootstrap \ - --disable-fixinclude \ + --disable-fixincludes \ --with-system-zlib</userinput></screen> <para>GCC supports seven different computer languages, but the |