xfail dg-final "Sunk statements: 5" on hppa*64*-*-*
[official-gcc.git] / libgcc / config / i386 / t-gthr-win32
blobc2726e23794bb9bb621c1ad3822416bb8e58ed98
1 # We need a unique module interfacing with the Win32 API for thread support.
2 LIB2ADDEH += $(srcdir)/config/i386/gthr-win32-thread.c
3 # We hide calls to the Win32 API needed for condition variable support here.
4 LIB2ADD_ST += $(srcdir)/config/i386/gthr-win32-cond.c
5 # We hide calls to the Win32 API needed for the rest here.
6 LIB2ADD_ST += $(srcdir)/config/i386/gthr-win32.c