Commit b0faa35c by Nick Clifton Committed by Nick Clifton

config.gcc (x86-mingw32): Add a gthr-win32.h including makefile fragment to tmake_file only if...

* config.gcc (x86-mingw32): Add a gthr-win32.h including makefile
  fragment to tmake_file only if threads are enabled.
* config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Move to...
* config/i386/t-gthr-win32: New file. ... here.

From-SVN: r116159
parent 2c14ae9a
2006-08-15 Nick Clifton <nickc@redhat.com>
* config.gcc (x86-mingw32): Add a gthr-win32.h including makefile
fragment to tmake_file only if threads are enabled.
* config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Move to...
* config/i386/t-gthr-win32: New file. ... here.
2006-08-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de> 2006-08-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c/28649 PR c/28649
......
# We hide calls to w32api needed for w32 thread support here:
LIB2FUNCS_EXTRA = $(srcdir)/config/i386/gthr-win32.c
# We hide calls to w32api needed for w32 thread support here:
LIB2FUNCS_EXTRA = $(srcdir)/config/i386/gthr-win32.c
# Match SYSTEM_INCLUDE_DIR # Match SYSTEM_INCLUDE_DIR
NATIVE_SYSTEM_HEADER_DIR = /mingw/include NATIVE_SYSTEM_HEADER_DIR = /mingw/include
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment