diff options
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 5e86705cc..42772db72 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -29,7 +29,9 @@ ln -sf ../usr/bin/cpp && cd /usr/lib && ln -sf ../bin/cpp && cd /usr/bin && -ln -sf gcc cc</userinput></screen></para> +ln -sf gcc cc && +rmdir /usr/*-gnu/include && +rmdir /usr/*-gnu</userinput></screen></para> </sect2> |