From 77d293d88567d5150ca99c8d9e3e3c957e16484a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 31 Jan 2008 14:01:59 +0000 Subject: etherboot: Fix the build. Signed-off-by: Ian Jackson --- config/StdGNU.mk | 1 + config/SunOS.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/StdGNU.mk b/config/StdGNU.mk index a26ce17c84..dfbc7ece44 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -8,6 +8,7 @@ NM = $(CROSS_COMPILE)nm STRIP = $(CROSS_COMPILE)strip OBJCOPY = $(CROSS_COMPILE)objcopy OBJDUMP = $(CROSS_COMPILE)objdump +SIZEUTIL = $(CROSS_COMPILE)size MSGFMT = msgfmt MSGMERGE = msgmerge diff --git a/config/SunOS.mk b/config/SunOS.mk index d5eba747bf..e6035bf4ca 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -8,6 +8,7 @@ NM = $(CROSS_COMPILE)gnm STRIP = $(CROSS_COMPILE)gstrip OBJCOPY = $(CROSS_COMPILE)gobjcopy OBJDUMP = $(CROSS_COMPILE)gobjdump +SIZEUTIL = $(CROSS_COMPILE)gsize MSGFMT = gmsgfmt -- cgit v1.2.3