Skip to content

Commit

Permalink
[x86_64-linux-gnu-binutils] clean up for gprof
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Feb 11, 2025
1 parent 2cc4223 commit c2c3485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alarmcn/x86_64-linux-gnu-binutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ package() {
make DESTDIR="$pkgdir" install

# Remove unwanted files
rm -rf "$pkgdir/usr/etc"
rm -rf "$pkgdir/usr/share"
rm -rf "$pkgdir/usr/include"
rm -rf "$pkgdir/usr/lib"
rm -f "$pkgdir/usr/bin/"{ar,as,ld,nm,objdump,ranlib,readelf,strip,objcopy}
rm -f "$pkgdir/usr/bin/"gp-*
}

0 comments on commit c2c3485

Please sign in to comment.