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

Collapse All | Expand All

(-)Makefile.old (-1 / +1 lines)
Lines 50-56 Link Here
50
CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
50
CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
51
51
52
# Compiler optimizations
52
# Compiler optimizations
53
CC_OPTS = -O2 -ggdb -ffunction-sections -fdata-sections
53
CC_OPTS = -ffunction-sections -fdata-sections
54
54
55
CC = $(CROSS_DIR)$(CROSS)gcc
55
CC = $(CROSS_DIR)$(CROSS)gcc
56
STRIP = $(CROSS_DIR)$(CROSS)strip
56
STRIP = $(CROSS_DIR)$(CROSS)strip

Return to bug 426518