[K42-discussion] [PATCH] Added empty __cxa_exit functions for destructors to globally scoped objects

Donour Sizemore donour at cs.unm.edu
Fri Aug 25 05:36:04 EST 2006


Patrick G. Bridges wrote:
> 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
> 

Looks that way, but it doesn't. Keep reading. :)

donour



More information about the K42-discussion mailing list