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

Collapse All | Expand All

(-)tcc-0.9.23/Makefile.orig (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
CFLAGS=-O2 -g -Wall
6
CFLAGS=-O2 -g -Wall
7
ifndef CONFIG_WIN32
7
ifndef CONFIG_WIN32
8
LIBS=-ldl
8
LIBS=-ldl -lm
9
BCHECK_O=bcheck.o
9
BCHECK_O=bcheck.o
10
endif
10
endif
11
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
11
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC

Return to bug 133781