Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236888
Collapse All | Expand All

(-)Makefile.old (-1 / +1 lines)
Lines 22-28 Link Here
22
	$(AR) cru libx86.a $(OBJECTS)
22
	$(AR) cru libx86.a $(OBJECTS)
23
23
24
shared: $(OBJECTS)
24
shared: $(OBJECTS)
25
	$(CC) $(CFLAGS) -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 $(OBJECTS)
25
	$(CC) $(CFLAGS) $(LDFLAGS) -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 $(OBJECTS)
26
26
27
objclean:
27
objclean:
28
	$(MAKE) -C x86emu clean
28
	$(MAKE) -C x86emu clean

Return to bug 236888