diff options
-rw-r--r-- | chapter05/gcc-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index b0aabec83..d6c50e954 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -6,7 +6,7 @@ This is the equivalent to make LDFLAGS=-static as we use with other packages to compile them statically.</para> <para><userinput>--prefix=/static:</userinput> This is NOT a typo. GCC hard -codes some paths while compiling and so we need to pass /usr as the +codes some paths while compiling and so we need to pass /static as the prefix during ./configure. We pass the real install prefix during the make install command later.</para> |