From 931de892cc1c07ba3ce728cce3e4a64fe59c8444 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 21 Jun 2007 12:43:45 +0000 Subject: random shrinkage of statics, -60 bytes saved --- Makefile.custom | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.custom') diff --git a/Makefile.custom b/Makefile.custom index bb5977697..a011d53fd 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -67,6 +67,7 @@ sizes: busybox_unstripped .PHONY: bloatcheck bloatcheck: busybox_old busybox_unstripped @$(srctree)/scripts/bloat-o-meter busybox_old busybox_unstripped + @$(CROSS_COMPILE)size busybox_old busybox_unstripped .PHONY: baseline baseline: busybox_unstripped -- cgit v1.2.3