You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/memtest86+/files/memtest86+-5.31b-hardcoded_...

17 lines
316 B

--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,10 @@
#
FDISK=/dev/fd0
-AS=as -32
-CC=gcc
-
CFLAGS= -Wall -Werror -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
-ffreestanding -fPIC $(SMP_FL) -fno-stack-protector
+CPPFLAGS= -m32
+ASFLAGS= -32
SELF_TEST_CFLAGS = -Wall -Werror -march=i486 -m32 -O1 -g