PatchSet 4811 
Date: 2004/06/03 13:16:02
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed pthreads linking problem on sparc-solaris

2004-06-01  Dalibor Topic  <[EMAIL PROTECTED]>

        * kaffe/kaffevm/systems/unix-pthreads/Makefile.am:
        (libkthread_la_LIBADD) Added NET_LIBS to fix build problems
        on sparc-solaris.

        * kaffe/kaffevm/systems/unix-pthreads/Makefile.in:
        Regenerated.

        Reported by: Riccardo Mottola  <[EMAIL PROTECTED]>

Members: 
        ChangeLog:1.2379->1.2380 
        kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.6->1.7 
        kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.68->1.69 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2379 kaffe/ChangeLog:1.2380
--- kaffe/ChangeLog:1.2379      Tue Jun  1 20:36:56 2004
+++ kaffe/ChangeLog     Thu Jun  3 13:16:02 2004
@@ -1,3 +1,14 @@
+2004-06-01  Dalibor Topic  <[EMAIL PROTECTED]>
+
+        * kaffe/kaffevm/systems/unix-pthreads/Makefile.am:
+       (libkthread_la_LIBADD) Added NET_LIBS to fix build problems
+       on sparc-solaris.
+
+        * kaffe/kaffevm/systems/unix-pthreads/Makefile.in:
+       Regenerated.
+
+       Reported by: Riccardo Mottola  <[EMAIL PROTECTED]>
+
 2004-06-01  Guilhem Lavaux <[EMAIL PROTECTED]>
 
        * test/regression/DeleteFile.java: Fixed 'java args'.
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.6 
kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.7
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am:1.6   Thu Jan 15 02:29:36 
2004
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.am       Thu Jun  3 13:16:04 
2004
@@ -3,10 +3,17 @@
 # Copyright (c) 1996, 1997, 1998, 1999
 #      Transvirtual Technologies, Inc.  All rights reserved.
 #
+# Copyright (c) 2004
+#      Kaffe.org contributors. See ChangeLog for details. All rights reserved.
+#
 # See the file "license.terms" for information on usage and redistribution 
 # of this file. 
 
 noinst_LTLIBRARIES = libkthread.la
+
+libkthread_la_LIBADD = \
+       $(NET_LIBS)
+
 libkthread_la_LDFLAGS = \
        $(KVMLIBFLAGS)
 
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.68 
kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.69
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.68  Tue May 25 08:33:33 
2004
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/Makefile.in       Thu Jun  3 13:16:04 
2004
@@ -19,6 +19,9 @@
 # Copyright (c) 1996, 1997, 1998, 1999
 #      Transvirtual Technologies, Inc.  All rights reserved.
 #
+# Copyright (c) 2004
+#      Kaffe.org contributors. See ChangeLog for details. All rights reserved.
+#
 # See the file "license.terms" for information on usage and redistribution 
 # of this file. 
 
@@ -68,7 +71,8 @@
        $(top_builddir)/include/kaffe/jtypes.h
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
-libkthread_la_LIBADD =
+am__DEPENDENCIES_1 =
+libkthread_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am_libkthread_la_OBJECTS = lock-impl.lo signal.lo syscalls.lo \
        thread-impl.lo
 libkthread_la_OBJECTS = $(am_libkthread_la_OBJECTS)
@@ -330,6 +334,9 @@
 toolslibdir = @toolslibdir@
 with_engine = @with_engine@
 noinst_LTLIBRARIES = libkthread.la
+libkthread_la_LIBADD = \
+       $(NET_LIBS)
+
 libkthread_la_LDFLAGS = \
        $(KVMLIBFLAGS)
 

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to