Merge pull request #185 from cronyx/master

revert remove libstdc++
pull/187/head
Igor Zalatov 2022-02-23 11:03:34 +03:00 committed by GitHub
commit 96456e4d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ ln -sfv /lib/libc.so ${TARGET_DIR}/lib/ld-uClibc.so.0
ln -sfv ../../lib/libc.so ${TARGET_DIR}/usr/bin/ldd
#
# Comment out this line if you want to save the libraries
# rm -f ${TARGET_DIR}/usr/lib/libstdc++*
rm -f ${TARGET_DIR}/usr/lib/libstdc++*
#