aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-25 16:26:02 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-25 16:26:02 +0100
commitadfa96375adb65a8c0d4bb7f6e186c63b8a123a7 (patch)
tree7f01089981bd9f97879e04576c2b304c7062020a /stubdom/Makefile
parent78c9b2a64b38ee72cc4d3ea9e93a1a5d224ed822 (diff)
downloadxen-adfa96375adb65a8c0d4bb7f6e186c63b8a123a7.tar.gz
xen-adfa96375adb65a8c0d4bb7f6e186c63b8a123a7.tar.bz2
xen-adfa96375adb65a8c0d4bb7f6e186c63b8a123a7.zip
stubdom: Backport fix for SIZE_MAX from newlib 1.17.0
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'stubdom/Makefile')
-rw-r--r--stubdom/Makefile1
1 files changed, 1 insertions, 0 deletions
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