From 30ec5ae0ea81e671f0bbe7c65c840957f422ac02 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 31 May 2025 19:27:05 +0800 Subject: [PATCH] gcc-pass2: Remove empty line --- chapter06/gcc-pass2.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 13baefa48..9bb8332c7 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -100,8 +100,7 @@ cd build --disable-libssp \ --disable-libvtv \ --enable-languages=c,c++ \ - LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc - + LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc The meaning of the new configure options: