diff options
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 5bf97ea43..4a43c57ca 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -153,11 +153,9 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> is not enabled in the kernel even though it is present on the CPU. </para></note--> - <!-- PR 91085, will be fixed in GCC 12. --> - <para>Install the package and remove an unneeded directory:</para> + <para>Install the package:</para> -<screen><userinput remap="install">make install -rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen> +<screen><userinput remap="install">make install</userinput></screen> <para>The GCC build directory is owned by <systemitem class="username"> tester</systemitem> now and the ownership of the installed header |