From: Matthias Klose <doko@ubuntu.com>
Date: Mon, 23 May 2022 18:36:22 +0800
Subject: Build with -fgnu89-inline for GCC 5.

Bug-Debian: https://bugs.debian.org/778001
Origin: http://launchpadlibrarian.net/199536689/memtest86%2B_4.20-1.1ubuntu8_4.20-1.1ubuntu9.diff.gz
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b032f33..466e544 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ AS=as -32
 CC=gcc
 
 CFLAGS= -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
-	-ffreestanding -fPIC $(SMP_FL) -fno-stack-protector 
+	-ffreestanding -fPIC $(SMP_FL) -fno-stack-protector -fgnu89-inline
 
 # This reverts a change introduced with recent binutils (post
 # http://sourceware.org/bugzilla/show_bug.cgi?id=10569).  Needed to
