mirror of https://github.com/OpenIPC/firmware.git
Remove gdb-server from rootfs
parent
e3c305e6cf
commit
2e95de6da3
|
@ -18,3 +18,5 @@ echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"'
|
|||
# Comment out this line if you want to save the libraries
|
||||
# rm -f ${TARGET_DIR}/usr/lib/libstdc++*
|
||||
#
|
||||
|
||||
rm -f ${TARGET_DIR}/usr/bin/gdbserver
|
||||
|
|
|
@ -22,3 +22,5 @@ ln -sfv ../../lib/libc.so ${TARGET_DIR}/usr/bin/ldd
|
|||
if ! grep -q ^BR2_PACKAGE_WIFIBROADCAST=y ${BR2_CONFIG}; then
|
||||
rm -f ${TARGET_DIR}/usr/lib/libstdc++*
|
||||
fi
|
||||
|
||||
rm -f ${TARGET_DIR}/usr/bin/gdbserver
|
||||
|
|
|
@ -15,3 +15,9 @@ fi
|
|||
#
|
||||
echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"'
|
||||
#
|
||||
|
||||
if ! grep -q ^BR2_PACKAGE_WIFIBROADCAST=y ${BR2_CONFIG}; then
|
||||
rm -f ${TARGET_DIR}/usr/lib/libstdc++*
|
||||
fi
|
||||
|
||||
rm -f ${TARGET_DIR}/usr/bin/gdbserver
|
Loading…
Reference in New Issue