mirror of
https://github.com/openharmony/build_lite.git
synced 2026-06-30 21:27:56 -04:00
liteos产物链接时全部使用.a,不再支持.o
Signed-off-by: i-wangliangliang <willfox@126.com> Change-Id: Ifef5af899abdfead705117ab8620d29a252e9d06
This commit is contained in:
@@ -19,6 +19,7 @@ ret=""
|
||||
for obj in "$@"; do
|
||||
case "${obj}" in
|
||||
*.a) ret="${ret} --whole_archive ${obj}" ;;
|
||||
*.o) ret="${ret}" ;;
|
||||
*) ret="${ret} ${obj}" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user