OSDN Git Service

Remove libgcc.....dll as it is no longer required in the WinCli build
[handbrake-jp/handbrake-jp-git.git] / test / module.defs
index 947bc15..d703d17 100644 (file)
@@ -43,8 +43,11 @@ ifeq ($(BUILD.system),darwin)
     TEST.GCC.l += iconv bz2 z
 else ifeq ($(BUILD.system),linux)
     TEST.GCC.l += bz2 z pthread dl m
+else ifeq ($(BUILD.system),solaris)
+    TEST.GCC.l += bz2 z pthread nsl socket
 else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
     TEST.libs += $(CONTRIB.build/)lib/libpthreadGC2.a
     TEST.GCC.D += PTW32_STATIC_LIB
     TEST.GCC.l += iberty ws2_32
+       TEST.GCC.args.extra.exe++ += -static
 endif