[eresi-dev] [patch] libasm Makefile problem
zadig bru
zadig.bru at gmail.com
Sun Aug 17 21:17:01 UTC 2008
Hello everybody,
There seems to be a problem in libasm makefile. After linking the
shared libraries we try to relink them, but without the same options.
This second link fails on beos, but I think it should not be needed
anyway.
Index: libasm/Makefile
===================================================================
--- libasm/Makefile (revision 1089)
+++ libasm/Makefile (working copy)
@@ -147,11 +147,6 @@
#echo "[RANLIB] ${NAME_libasm}"
$(LD) -r $(OBJS32_libasm) -o ${NAME32_libasm_o}
#echo "[CC -shared] libasm32.so"
-ifeq ($(IRIX),1)
- $(LD) ${OBJS32_libasm} -o libasm32.so -shared
-else
- $(CC) ${OBJS32_libasm} -o libasm32.so -shared
-endif
libasm64.so: $(PACKED_ARCH) $(OBJS64_libasm)
$(LD) -L../libaspect/ -laspect64 -shared ${OBJS64_libasm} -o libasm64.so
More information about the eresi-dev
mailing list