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 (-3 / +3 lines)
Lines 28-34 Link Here
28
endif
28
endif
29
29
30
$(TARGET): x86_emulate.o test_x86_emulator.o
30
$(TARGET): x86_emulate.o test_x86_emulator.o
31
	$(HOSTCC) -o $@ $^
31
	$(HOSTCC) -fno-pie -o $@ $^
32
32
33
.PHONY: clean
33
.PHONY: clean
34
clean:
34
clean:
Lines 43-49 Link Here
43
HOSTCFLAGS += $(CFLAGS_xeninclude)
43
HOSTCFLAGS += $(CFLAGS_xeninclude)
44
44
45
x86_emulate.o: x86_emulate.c x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h
45
x86_emulate.o: x86_emulate.c x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h
46
	$(HOSTCC) $(HOSTCFLAGS) -c -g -o $@ $<
46
	$(HOSTCC) $(HOSTCFLAGS) -fno-pie -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-pie -c -g -o $@ $<

Return to bug 522642