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

Collapse All | Expand All

(-)Makefile.org (-2 / +2 lines)
Lines 1-5 Link Here
1
OBJECTS = x86-common.o
1
OBJECTS = x86-common.o
2
CFLAGS = -O2 -Wall -DDEBUG -g
2
CFLAGS ?= -O2 -Wall -DDEBUG -g
3
3
4
ifeq ($(BACKEND), x86emu)
4
ifeq ($(BACKEND), x86emu)
5
	OBJECTS += thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o \
5
	OBJECTS += thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o \
Lines 33-37 clean: objclean Link Here
33
install: libx86.so.1
33
install: libx86.so.1
34
	install -D libx86.so.1 $(DESTDIR)/usr/lib/libx86.so.1
34
	install -D libx86.so.1 $(DESTDIR)/usr/lib/libx86.so.1
35
	install -D libx86.a $(DESTDIR)/usr/lib/libx86.a
35
	install -D libx86.a $(DESTDIR)/usr/lib/libx86.a
36
	ln -sf /usr/lib/libx86.so.1 $(DESTDIR)/usr/lib/libx86.so
36
	ln -sf libx86.so.1 $(DESTDIR)/usr/lib/libx86.so
37
	install -D lrmi.h $(DESTDIR)/usr/include/libx86.h
37
	install -D lrmi.h $(DESTDIR)/usr/include/libx86.h

Return to bug 156431