From 898a5a1a7558063e96b204b2b3a0833a86c0ce7f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 13:25:32 +0000 Subject: automatic import of compat-libgfortran-48 --- gcc48-pr60010.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gcc48-pr60010.patch (limited to 'gcc48-pr60010.patch') diff --git a/gcc48-pr60010.patch b/gcc48-pr60010.patch new file mode 100644 index 0000000..0baa553 --- /dev/null +++ b/gcc48-pr60010.patch @@ -0,0 +1,16 @@ +2014-02-14 Kyle McMartin + + PR pch/60010 + * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64. + +--- gcc/config/host-linux.c (revision 207784) ++++ gcc/config/host-linux.c (revision 207785) +@@ -86,6 +86,8 @@ + # define TRY_EMPTY_VM_SPACE 0x60000000 + #elif defined(__mc68000__) + # define TRY_EMPTY_VM_SPACE 0x40000000 ++#elif defined(__aarch64__) ++# define TRY_EMPTY_VM_SPACE 0x1000000000 + #elif defined(__ARM_EABI__) + # define TRY_EMPTY_VM_SPACE 0x60000000 + #elif defined(__mips__) && defined(__LP64__) -- cgit v1.2.3