Commit History

Author SHA1 Message Date
  Jacek Caban 099ba1b410 winegcc: Use libgcc on Cygwin target. 2 years ago
  Alexandre Julliard 9ac2eecbba winegcc: Support an explicit --fake-module option. 3 years ago
  Alexandre Julliard d969d02e21 tools: Move target CPU and platform handling to the common tools.h header. 3 years ago
  Alexandre Julliard 8cd3679848 winegcc: Get rid of PowerPC support. 3 years ago
  Alexandre Julliard a7074ea2a3 winegcc: Don't link directly to ntdll or ntoskrnl import libraries. 3 years ago
  Alexandre Julliard 6ebcc54a5c makefiles: Explicitly import all the needed libraries. 3 years ago
  Damjan Jovanovic c1e83ae9fb winegcc: Use sysctl instead of /proc/curproc/file on FreeBSD. 3 years ago
  Alexandre Julliard f9ee0d2f05 tools: Avoid using wine/port.h. 3 years ago
  Alexandre Julliard 9e3959bd9b tools: Add a few helper functions for file names and extensions. 3 years ago
  Alexandre Julliard 55701c6672 tools: Add a helper function to create temp files. 3 years ago
  Chip Davis 9e133a9a22 winegcc: Only add -static-libgcc if -nodefaultlibs weren't given. (Clang). 3 years ago
  Rémi Bernon 6db01bcbbc winegcc: Add missing strarray initialization. 3 years ago
  Alexandre Julliard 2064181c1f winegcc: Unify the strarray implementation with the one from makedep. 3 years ago
  Alexandre Julliard ab5664a5e6 makefiles: Explicitly name the Unix library in the makefile instead of using --subsystem unixlib. 3 years ago
  Alexandre Julliard 20830b6c70 winegcc: Skip the post-link steps for Unix libraries. 3 years ago
  Alexandre Julliard 6ba7773121 makefiles: Add a -mcygwin flag to specify the inverse of -mno-cygwin. 3 years ago
  Alexandre Julliard a7076690b1 winegcc: Fix subsystem check to avoid running winebuild on Unix libraries. 3 years ago
  Huw Davies 9af226c826 winegcc: Add a @loader_path to help the macOS loader find ntdll.so. 3 years ago
  Alexandre Julliard 7d60d0d7bb winegcc: Use custom subsystem 'unixlib' instead of 'native' for Unix libraries. 3 years ago
  Alexandre Julliard ada8bf034a winegcc: Build Unix libraries as dynamic libs on macOS. 3 years ago
  Alexandre Julliard 6688367046 winegcc: Don't build the .spec.o file for native Unix libraries. 3 years ago
  Alexandre Julliard c697ee728b winegcc: Add a helper function to build the .spec.o file. 3 years ago
  Alexandre Julliard de4c91e0a1 Revert "winegcc: Support -Wl,foo=... style linker options." 3 years ago
  Connor Abbott fcda0afdd4 winegcc: Support -Wl,foo=... style linker options. 3 years ago
  Connor Abbott b1fb07e188 winegcc: Support -Wl,--start-group and -Wl,--end-group. 3 years ago
  Connor Abbott d209d9feb6 winegcc: Pass through -pthread. 3 years ago
  Jacek Caban 69ef7374b4 winegcc: Link unix libs directly to native libraries. 3 years ago
  Jacek Caban 388c91042c winegcc: Use -soname for unix libs. 3 years ago
  Jacek Caban 87e1e43506 winegcc: Use msvcrt by default for PE targets. 3 years ago
  Alexandre Julliard 0aa335b106 winegcc: Look for libraries in the architecture-specific directory. 3 years ago