diff options
author | Kyle Guinn <elyk03@gmail.com> | 2019-03-31 01:50:23 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-06 07:03:01 +0700 |
commit | 898d490968ea47fba3f3576073be37c21c85490d (patch) | |
tree | 55c07d8cdaac6b0e874a5a9e27e41f8cbdeefb5c /system/memtest86+/patches/memtest86+-5.01-hardcoded_cc.patch | |
parent | 0f5de3106349ebb85cff5edab03769f1c20965ce (diff) | |
download | slackbuilds-898d490968ea47fba3f3576073be37c21c85490d.tar.gz |
system/memtest86+: Updated for version 5.01.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'system/memtest86+/patches/memtest86+-5.01-hardcoded_cc.patch')
-rw-r--r-- | system/memtest86+/patches/memtest86+-5.01-hardcoded_cc.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/memtest86+/patches/memtest86+-5.01-hardcoded_cc.patch b/system/memtest86+/patches/memtest86+-5.01-hardcoded_cc.patch new file mode 100644 index 0000000000..21b51c5b7f --- /dev/null +++ b/system/memtest86+/patches/memtest86+-5.01-hardcoded_cc.patch @@ -0,0 +1,16 @@ +--- a/Makefile.orig 2015-02-01 01:08:33.000000000 +0300 ++++ b/Makefile 2015-02-01 01:10:17.624757244 +0300 +@@ -9,11 +9,10 @@ + # + FDISK=/dev/fd0 + +-AS=as -32 +-CC=gcc +- + CFLAGS= -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \ + -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector ++CPPFLAGS= -m32 ++ASFLAGS= -32 + + OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \ + config.o cpuid.o linuxbios.o pci.o memsize.o spd.o error.o dmi.o controller.o \ |