From adfa96375adb65a8c0d4bb7f6e186c63b8a123a7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 25 Aug 2009 16:26:02 +0100 Subject: stubdom: Backport fix for SIZE_MAX from newlib 1.17.0 Signed-off-by: Keir Fraser --- stubdom/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stubdom/Makefile') diff --git a/stubdom/Makefile b/stubdom/Makefile index ce25b05aad..15048f08a1 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -101,6 +101,7 @@ newlib-$(NEWLIB_VERSION): newlib-$(NEWLIB_VERSION).tar.gz tar xzf $< patch -d $@ -p0 < newlib.patch patch -d $@ -p0 < newlib-chk.patch + patch -d $@ -p1 < newlib-stdint-size_max-fix-from-1.17.0.patch touch $@ NEWLIB_STAMPFILE=$(CROSS_ROOT)/$(GNU_TARGET_ARCH)-xen-elf/lib/libc.a -- cgit v1.2.3