fix "make bigdata" to not show weak aliases
This commit is contained in:
parent
f02efd11c9
commit
eaad910655
@ -99,7 +99,7 @@ stksizes: busybox_unstripped
|
||||
|
||||
.PHONY: bigdata
|
||||
bigdata: busybox_unstripped
|
||||
$(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [tr] '
|
||||
$(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [trw] '
|
||||
|
||||
# Documentation Targets
|
||||
.PHONY: doc
|
||||
|
Loading…
Reference in New Issue
Block a user