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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
	i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c mapper.c
25
	i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c mapper.c
26
26
27
x11.o: x11.c io.h mapper.h globals.h
27
x11.o: x11.c io.h mapper.h globals.h
28
	i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c x11.c
28
	i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c x11.c -I /usr/include
29
29
30
fb.o: fb.c pixels.c mapper.h globals.h
30
fb.o: fb.c pixels.c mapper.h globals.h
31
	i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c fb.c
31
	i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -m32 -c fb.c

Return to bug 110585