HOST=native - Fixes for new syscalls
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / Makefile
index 5deab5f..07bebfb 100644 (file)
@@ -28,10 +28,12 @@ endif
 include ../Makefile.tpl
 
 # create libld-acess.so
+ifneq ($(ARCH),native)
 $(_XBIN): $(_OBJPREFIX)_stublib.o
        @echo [LD] -o -shared libld-acess.so
        $(LD) -shared -o $@ $< $(LDFLAGS)
 #      @$(LD) $(LDFLAGS) -o $@ $(OBJ)
+endif
 
 
 # Override .ao to look in the object prefix for the source

UCC git Repository :: git.ucc.asn.au