Selaa lähdekoodia

genext2fs: link statically

SVN-Revision: 33093
Jo-Philipp Wich 13 vuotta sitten
vanhempi
sitoutus
d505def9ba
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      tools/genext2fs/Makefile

+ 1 - 0
tools/genext2fs/Makefile

@@ -36,6 +36,7 @@ HOST_CONFIGURE_ARGS = \
 define Host/Compile
 define Host/Compile
 	$(MAKE) -C $(HOST_BUILD_DIR) \
 	$(MAKE) -C $(HOST_BUILD_DIR) \
 		CFLAGS="$(HOST_CFLAGS)" \
 		CFLAGS="$(HOST_CFLAGS)" \
+		LDFLAGS="$(HOST_LDFLAGS) -static" \
 		all
 		all
 endef
 endef