diff -Naur memtest86-3.4.orig//Makefile memtest86-3.4/Makefile --- memtest86-3.4.orig//Makefile 2012-04-28 23:13:47.000000000 +0000 +++ memtest86-3.4/Makefile 2012-04-28 23:14:08.000000000 +0000 @@ -11,7 +11,7 @@ CC=gcc CFLAGS=-Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin \ - -ffreestanding -fPIC -fno-stack-protector + -ffreestanding -fPIC -fno-stack-protector -nopie AS=$(CC) -c ASFLAGS=-m32 LD=ld -m elf_i386