Skip to content

Commit

Permalink
set STRIP for busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
Ella-0 committed Mar 27, 2023
1 parent 9833c29 commit d3cf2c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 09-busybox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export TARGET=""

cd $SOURCES/busybox-$BUSYBOX_VER

$MAKE CC=$CC CFLAGS=-O0 LDFLAGS= defconfig
$MAKE CC=$CC CFLAGS=-O0 LDFLAGS= -j1
$MAKE CC=$CC CFLAGS=-O0 LDFLAGS= install
$MAKE CC=$CC CFLAGS=-O0 LDFLAGS= STRIP=llvm-strip defconfig
$MAKE CC=$CC CFLAGS=-O0 LDFLAGS= STRIP=llvm-strip -j1
$MAKE CC=$CC CFLAGS=-O0 LDFLAGS= STRIP=llvm-strip install

rm _install/linuxrc
rm _install/bin/ln
Expand Down

0 comments on commit d3cf2c9

Please sign in to comment.