Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30207
Collapse All | Expand All

(-)src.orig/runtime/objs/mk.x86-linux (-2 / +2 lines)
Lines 4-13 Link Here
4
SHELL =		/bin/sh
4
SHELL =		/bin/sh
5
5
6
MAKE =		make
6
MAKE =		make
7
CC =		gcc -ansi
7
CC =		gcc
8
CFLAGS =	-O2
8
CFLAGS =	-O2
9
#CPP =		gcc -x c -E -P -ansi
9
#CPP =		gcc -x c -E -P -ansi
10
CPP =		gcc -x assembler-with-cpp -E -P -ansi
10
CPP =		gcc -x assembler-with-cpp -E -P
11
#XOBJS =	xmonitor.o
11
#XOBJS =	xmonitor.o
12
#LD_LIBS =	-lX11
12
#LD_LIBS =	-lX11
13
#BASE_DEFS =	-DHEAP_MONITOR
13
#BASE_DEFS =	-DHEAP_MONITOR

Return to bug 30207