sim: pull in extra gnulib libs too
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 19:21:21 +0000 (15:21 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 19:31:12 +0000 (15:31 -0400)
Some modules might require extra linking depending on the platform
(e.g. Windows might need -lws2_32), so include the existing extra
gnulib libs setting.

sim/common/ChangeLog
sim/common/Make-common.in

index f44e0559e6fc1d581dc4b6aa998a970a4168a1fe..4ce0c4c22f9b16fe4717456c4030c3ef0a264253 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * Make-common.in (EXTRA_LIBS): Add $(LIBGNU_EXTRA_LIBS).
+
 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
 
        * Make-common.in (GNULIB_BUILDDIR): Define.
index 8f52cf5e53f45f15a280793ec0ef688bc28c5177..160e9121a6d3f9af9e5192c1109cc3eba6996843 100644 (file)
@@ -253,7 +253,7 @@ LIBINTL_DEP = @LIBINTL_DEP@
 CONFIG_LIBS = @LIBS@ $(ZLIB)
 LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL_DEP) $(LIBIBERTY_LIB)
 EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL) $(LIBIBERTY_LIB) \
-       $(CONFIG_LIBS) $(SIM_EXTRA_LIBS) $(LIBDL) $(LIBGNU)
+       $(CONFIG_LIBS) $(SIM_EXTRA_LIBS) $(LIBDL) $(LIBGNU) $(LIBGNU_EXTRA_LIBS)
 
 LIB_OBJS = callback.o modules.o syscall.o targ-map.o version.o \
        $(SIM_OBJS)