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

Collapse All | Expand All

(-)a/tools/tests/x86_emulator/Makefile (-1 / +1 lines)
Lines 46-49 x86_emulate.o: x86_emulate.c x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h Link Here
46
	$(HOSTCC) $(HOSTCFLAGS) -c -g -o $@ $<
46
	$(HOSTCC) $(HOSTCFLAGS) -c -g -o $@ $<
47
47
48
test_x86_emulator.o: test_x86_emulator.c blowfish.h x86_emulate/x86_emulate.h
48
test_x86_emulator.o: test_x86_emulator.c blowfish.h x86_emulate/x86_emulate.h
49
	$(HOSTCC) $(HOSTCFLAGS) -c -g -o $@ $<
49
	$(HOSTCC) $(HOSTCFLAGS) -fno-PIC -c -g -o $@ $<

Return to bug 522642