diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-05-06 23:38:00 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-05-07 05:20:53 +0800 |
commit | bd08757bab85e531226ce93265537a443b75928c (patch) | |
tree | 8daa0287b51e49961426a3e919291d5b6e89bfde | |
parent | d70e621d8eaf1ddb8aa691a93208d5ed5b12d353 (diff) |
gcc-12: remove unnecessary workaround for PR91085
Reference: https://gcc.gnu.org/r12-1924
-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 |