From fb3b88e8f288563f26096ecf5eb6d2ad749ae5e5 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 25 Jul 2023 12:33:32 +0800 Subject: [PATCH] binutils-pass2: Remove libsframe.{a,la} like other libs --- chapter06/binutils-pass2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index ef5c18433..7b0f1fc20 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -101,7 +101,7 @@ cd build Remove the libtool archive files because they are harmful for cross compilation, and remove unnecessary static libraries: -rm -v $LFS/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.{a,la} +rm -v $LFS/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes,sframe}.{a,la}