public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Enable libitm DLL build on Cygwin/Mingw
@ 2017-08-09 13:02 JonY
  2017-08-25 12:29 ` JonY
  0 siblings, 1 reply; 2+ messages in thread
From: JonY @ 2017-08-09 13:02 UTC (permalink / raw)
  To: Gcc Patch List


[-- Attachment #1.1: Type: text/plain, Size: 1136 bytes --]

Fixes libtool calls in libitm. Patch OK for trunk?

2017-08-09  Jonathan Yong  <10walls@gmail.com>

	* configure.ac: Check libtool flags.
	* Makefile.am: Use lt_host_flags.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
	* testsuite/Makefile.in: Regenerated.


Index: configure.ac
===================================================================
--- configure.ac	(revision 250986)
+++ configure.ac	(working copy)
@@ -147,6 +147,7 @@
 
 # Configure libtool
 AM_PROG_LIBTOOL
+ACX_LT_HOST_FLAGS
 AC_SUBST(enable_shared)
 AC_SUBST(enable_static)
 
Index: Makefile.am
===================================================================
--- Makefile.am	(revision 250986)
+++ Makefile.am	(working copy)
@@ -54,7 +54,7 @@
 # want or need libstdc++.
 libitm_la_DEPENDENCIES = $(libitm_version_dep)
 libitm_la_LINK = $(LINK) $(libitm_la_LDFLAGS)
-libitm_la_LDFLAGS = $(libitm_version_info) $(libitm_version_script)
+libitm_la_LDFLAGS = $(libitm_version_info) $(libitm_version_script) $(lt_host_flags)
 
 libitm_la_SOURCES = \
 	aatree.cc alloc.cc alloc_c.cc alloc_cpp.cc barrier.cc beginend.cc \


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 858 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Enable libitm DLL build on Cygwin/Mingw
  2017-08-09 13:02 [PATCH] Enable libitm DLL build on Cygwin/Mingw JonY
@ 2017-08-25 12:29 ` JonY
  0 siblings, 0 replies; 2+ messages in thread
From: JonY @ 2017-08-25 12:29 UTC (permalink / raw)
  To: Gcc Patch List


[-- Attachment #1.1: Type: text/plain, Size: 1258 bytes --]

On 08/09/2017 01:02 PM, JonY wrote:
> Fixes libtool calls in libitm. Patch OK for trunk?
> 
> 2017-08-09  Jonathan Yong  <10walls@gmail.com>
> 
> 	* configure.ac: Check libtool flags.
> 	* Makefile.am: Use lt_host_flags.
> 	* configure: Regenerated.
> 	* Makefile.in: Regenerated.
> 	* testsuite/Makefile.in: Regenerated.
> 
> 
> Index: configure.ac
> ===================================================================
> --- configure.ac	(revision 250986)
> +++ configure.ac	(working copy)
> @@ -147,6 +147,7 @@
>  
>  # Configure libtool
>  AM_PROG_LIBTOOL
> +ACX_LT_HOST_FLAGS
>  AC_SUBST(enable_shared)
>  AC_SUBST(enable_static)
>  
> Index: Makefile.am
> ===================================================================
> --- Makefile.am	(revision 250986)
> +++ Makefile.am	(working copy)
> @@ -54,7 +54,7 @@
>  # want or need libstdc++.
>  libitm_la_DEPENDENCIES = $(libitm_version_dep)
>  libitm_la_LINK = $(LINK) $(libitm_la_LDFLAGS)
> -libitm_la_LDFLAGS = $(libitm_version_info) $(libitm_version_script)
> +libitm_la_LDFLAGS = $(libitm_version_info) $(libitm_version_script) $(lt_host_flags)
>  
>  libitm_la_SOURCES = \
>  	aatree.cc alloc.cc alloc_c.cc alloc_cpp.cc barrier.cc beginend.cc \
> 

Ping.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 858 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-25  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-09 13:02 [PATCH] Enable libitm DLL build on Cygwin/Mingw JonY
2017-08-25 12:29 ` JonY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).