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

(-)trunk.old/Makefile (-1 / +1 lines)
Lines 58-64 Link Here
58
CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
58
CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
59
59
60
# Compiler optimizations
60
# Compiler optimizations
61
CC_OPTS = -O2 -ggdb -pipe -ffunction-sections -fdata-sections
61
CC_OPTS = -O2 -pipe -ffunction-sections -fdata-sections
62
62
63
CC = $(CROSS_DIR)$(CROSS)gcc
63
CC = $(CROSS_DIR)$(CROSS)gcc
64
STRIP = $(CROSS_DIR)$(CROSS)strip
64
STRIP = $(CROSS_DIR)$(CROSS)strip

Return to bug 426518