summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-03-20 12:58:37 +0100
committerJustus Winter <justus@gnupg.org>2016-03-20 12:58:37 +0100
commit1a55942b67f190f9919e142c72b0d3051231bfb8 (patch)
treeb5cde695880661e4abc4d6f6c82407654f447215
parent45569d0872b78bcca3c06467dabae97424040ad2 (diff)
update patch
-rw-r--r--debian/patches/60_bigmem.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/60_bigmem.patch b/debian/patches/60_bigmem.patch
index 737a178..aeca894 100644
--- a/debian/patches/60_bigmem.patch
+++ b/debian/patches/60_bigmem.patch
@@ -21,9 +21,9 @@ Index: gnumach/i386/Makefrag.am
i386/ldscript
if PLATFORM_at
gnumach_LINKFLAGS += \
-- --defsym _START=0xC0100000 \
-+ --defsym _START=0x80100000 \
- --defsym _START_MAP=0x100000 \
+ --defsym _START_MAP=$(_START_MAP) \
+- --defsym _START=_START_MAP+0xC0000000 \
++ --defsym _START=_START_MAP+0x80000000 \
-T '$(srcdir)'/i386/ldscript
endif
Index: gnumach/i386/i386/vm_param.h