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 12-18 FDISK=/dev/fd0 Link Here
12
AS=as -32
12
AS=as -32
13
CC=gcc
13
CC=gcc
14
14
15
CFLAGS= -Wall -Werror -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin \
15
CFLAGS= -Wall -Werror -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
16
 -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector
16
 -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector
17
17
18
SELF_TEST_CFLAGS = -Wall -Werror -march=i486 -m32 -O1 -g
18
SELF_TEST_CFLAGS = -Wall -Werror -march=i486 -m32 -O1 -g

Return to bug 728766