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

Collapse All | Expand All

(-)spim/Makefile (-2 / +2 lines)
Lines 93-102 Link Here
93
DEFINES = $(ENDIAN) $(MEM_SIZES) -DDEFAULT_EXCEPTION_HANDLER="\"$(EXCEPTION_DIR)/exceptions.s\"" -DSPIM_VERSION="\"`cat ../VERSION`\""
93
DEFINES = $(ENDIAN) $(MEM_SIZES) -DDEFAULT_EXCEPTION_HANDLER="\"$(EXCEPTION_DIR)/exceptions.s\"" -DSPIM_VERSION="\"`cat ../VERSION`\""
94
94
95
CC = gcc
95
CC = gcc
96
CFLAGS = -I. -I$(CPU_DIR) $(DEFINES) -g -Wall
96
CFLAGS = -I. -I$(CPU_DIR) $(DEFINES) -Wall $(USER_CFLAGS)
97
YFLAGS = -d --file-prefix=y
97
YFLAGS = -d --file-prefix=y
98
YCFLAGS =
98
YCFLAGS =
99
LDFLAGS = -lm
99
LDFLAGS = -lm $(USER_LDFLAGS)
100
CSH = bash
100
CSH = bash
101
101
102
# lex.yy.c is usually compiled with -O to speed it up.
102
# lex.yy.c is usually compiled with -O to speed it up.

Return to bug 240005