diff options
Diffstat (limited to 'stubdom')
-rw-r--r-- | stubdom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile index 43e8e9217b..cd18b9972d 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -102,6 +102,8 @@ newlib-$(NEWLIB_VERSION): newlib-$(NEWLIB_VERSION).tar.gz patch -d $@ -p0 < newlib.patch patch -d $@ -p0 < newlib-chk.patch patch -d $@ -p1 < newlib-stdint-size_max-fix-from-1.17.0.patch + find $@ -type f | xargs perl -i.bak \ + -pe 's/\b_(tzname|daylight|timezone)\b/$$1/g' touch $@ NEWLIB_STAMPFILE=$(CROSS_ROOT)/$(GNU_TARGET_ARCH)-xen-elf/lib/libc.a |