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

Collapse All | Expand All

(-)a/Makefile (-2 / +2 lines)
Lines 11-19 Link Here
11
OBJCOPY=objcopy
11
OBJCOPY=objcopy
12
12
13
CFLAGS= -Wall -Werror -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
13
CFLAGS= -Wall -Werror -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
14
 -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector
14
 -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector -Wa,-mx86-used-note=no
15
CPPFLAGS= -m32
15
CPPFLAGS= -m32
16
ASFLAGS= -32
16
ASFLAGS= -32 -mx86-used-note=no
17
17
18
SELF_TEST_CFLAGS = -Wall -Werror -march=i486 -m32 -O1 -g
18
SELF_TEST_CFLAGS = -Wall -Werror -march=i486 -m32 -O1 -g
19
19

Return to bug 339691