From bd08757bab85e531226ce93265537a443b75928c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 6 May 2022 23:38:00 +0800 Subject: gcc-12: remove unnecessary workaround for PR91085 Reference: https://gcc.gnu.org/r12-1924 --- chapter08/gcc.xml | 6 ++---- 1 file 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" is not enabled in the kernel even though it is present on the CPU. - - Install the package and remove an unneeded directory: + Install the package: -make install -rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/ +make install The GCC build directory is owned by tester now and the ownership of the installed header -- cgit v1.2.3-54-g00ecf