OSDN Git Service

* config.gcc (x86-mingw32): Add a gthr-win32.h including makefile
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Aug 2006 17:06:18 +0000 (17:06 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Aug 2006 17:06:18 +0000 (17:06 +0000)
  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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116159 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/t-gthr-win32 [new file with mode: 0644]
gcc/config/i386/t-mingw32

index a4a2132..7caf088 100644 (file)
@@ -1,3 +1,10 @@
+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>
 
        PR c/28649
diff --git a/gcc/config/i386/t-gthr-win32 b/gcc/config/i386/t-gthr-win32
new file mode 100644 (file)
index 0000000..204a485
--- /dev/null
@@ -0,0 +1,3 @@
+# We hide calls to w32api needed for w32 thread support here:
+LIB2FUNCS_EXTRA = $(srcdir)/config/i386/gthr-win32.c
+
index 8f77531..6d043a3 100644 (file)
@@ -1,5 +1,2 @@
-# We hide calls to w32api needed for w32 thread support here:
-LIB2FUNCS_EXTRA = $(srcdir)/config/i386/gthr-win32.c
-
 # Match SYSTEM_INCLUDE_DIR
 NATIVE_SYSTEM_HEADER_DIR = /mingw/include