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

Collapse All | Expand All

(-)a/stage2/Makefile.am (-1 / +1 lines)
Lines 85-91 else Link Here
85
GRAPHICS_FLAGS =
85
GRAPHICS_FLAGS =
86
endif
86
endif
87
87
88
STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
88
STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-reorder-functions -fno-builtin -nostdinc \
89
	$(NETBOOT_FLAGS) $(SERIAL_FLAGS) $(HERCULES_FLAGS) $(GRAPHICS_FLAGS)
89
	$(NETBOOT_FLAGS) $(SERIAL_FLAGS) $(HERCULES_FLAGS) $(GRAPHICS_FLAGS)
90
90
91
STAGE1_5_LINK = -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000
91
STAGE1_5_LINK = -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000

Return to bug 360513