Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 728766 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/Makefile
0
++ b/Makefile
Lines 65-71 Link Here
65
	$(CC) -Wall -Werror -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector   -c -o memsize.o memsize.c
65
	$(CC) -Wall -Werror -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector   -c -o memsize.o memsize.c
66
66
67
random.o: random.c
67
random.o: random.c
68
	$(CC) -c -Wall -march=i486 -m32 -O3 -fomit-frame-pointer -fno-builtin -ffreestanding random.c
68
random.o: CFLAGS += -O3 -fno-PIC
69
69
70
clean:
70
clean:
71
	rm -f *.o *.s *.iso memtest.bin memtest memtest_shared \
71
	rm -f *.o *.s *.iso memtest.bin memtest memtest_shared \

Return to bug 728766