]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
2006-08-31 Klaus Treichel <ktreichel@web.de>
authorKlaus Treichel <ktreichel@web.de>
Wed, 30 Aug 2006 19:43:13 +0000 (19:43 +0000)
committerKlaus Treichel <ktreichel@web.de>
Wed, 30 Aug 2006 19:43:13 +0000 (19:43 +0000)
* configure.in: Replace the deprecated AM_PROG_LIBTOOL with the current
AC_PROG_LIBTOOL.

* jitdynamic/Makefile.am, jitplus/Makefile.am: Add -no-undefined to the
LDFLAGS to enable building cygwin/mingw dlls.

ChangeLog
jitdynamic/Makefile.am
jitplus/Makefile.am

index 8cbb67771f2e8e5eaa34f042f2cebeb02de328e1..b46a3f6dffc3b1d382eba3946caecb2784661f65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-31  Klaus Treichel  <ktreichel@web.de>
+
+       * configure.in: Replace the deprecated AM_PROG_LIBTOOL with the current
+       AC_PROG_LIBTOOL.
+
+       * jitdynamic/Makefile.am, jitplus/Makefile.am: Add -no-undefined to the
+       LDFLAGS to enable building cygwin/mingw dlls.
+
 2006-08-31  Aleksey Demakov  <ademakov@gmail.com>
 
        * tools/gen-rules-scanner.l, tools/gen-rules-parser.y: add "frame"
index 8d24f4011a04b7bb4f88dde99b2d6ae08a270c72..272c03bdb898f2560ba9ced3bc80b1603d36c593 100644 (file)
@@ -10,5 +10,6 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \
 
 libjitdynamic_la_LDFLAGS = \
                -version-info $(LIBJIT_VERSION) \
+               -no-undefined \
                -L$(top_builddir)/jit -L$(top_builddir)/jit/.libs -ljit
 libjitdynamic_la_DEPENDENCIES = $(top_builddir)/jit/libjit.la
index 8069dd90d496c092b1e06b1b39c5d0ccf2cb976e..82dab60f271575cabae8205e42ff2c9323d51df3 100644 (file)
@@ -10,5 +10,6 @@ AM_CXXFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I. -I$(srcdir)
 
 libjitplus_la_LDFLAGS = \
                -version-info $(LIBJIT_VERSION) \
+               -no-undefined \
                -L$(top_builddir)/jit -L$(top_builddir)/jit/.libs -ljit $(LIB_STDCPP)
 libjitplus_la_DEPENDENCIES = $(top_builddir)/jit/libjit.la