[K42-discussion] [PATCH] Added empty __cxa_exit functions for destructors to globally scoped objects
Patrick G. Bridges
bridges at cs.unm.edu
Fri Aug 25 05:33:42 EST 2006
On Aug 24, 2006, at 1:29 PM, Donour Sizemore wrote:
> This one should work for everybody.
k42sys.o: $(LIB_BASE) $(LIB_EMU) $(LIBDIR)/ProgExecUsr.o glibc_subset.a
- $(TARGET_CC) -nostdlib -nostartfiles -r -o $@ \
+ $(TARGET_CC) -nostdlib -nostartfiles -r -o $@ \
-Wl,--whole-archive $(LIB_BASE) $(LIB_EMU) $(LIBDIR)/
ProgExecUsr.o \
- -Wl,--no-whole-archive glibc_subset.a
+ -Wl,--no-whole-archive glibc_subset.a /home/donour/git/install/
lib/powerpc/fullDeb/libk.a
Looks like it still hard-codes your home directory...
-Patrick
More information about the K42-discussion
mailing list