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

Collapse All | Expand All

(-)Makefile (+10 lines)
Line 0 Link Here
1
CXXFLAGS= -O2 -D_LINUX @PIC@
2
3
all: FlashLib-@ARCH@-linux.so
4
5
FlashLib-@ARCH@-linux.so: FlashLib.o FlashClient.o
6
	gcc -shared -o FlashLib-@ARCH@-linux.so -Wl,--no-whole-archive FlashLib.o FlashClient.o -Wl
7
8
clean:
9
	rm -f *.o FlashLib-@ARCH@-linux.so 
10

Return to bug 258082