Tom Tromey
|
f994389bf8
|
Makefile.in, configure: Rebuilt.
* Makefile.in, configure: Rebuilt.
* Makefile.am (jv_convert_LDFLAGS): Removed -nodefaultlibs.
(jv_convert_LDADD): Added ZLIBS. Removed -lm, -lc, -lgcc.
(jv_convert_DEPENDENCIES): Added ZDEPS.
* configure.in (GCSPEC): Added `-L' to point to boehm-gc build
directory.
(THREADSPEC): Added `-L' to point to qthreads build directory.
(ZLIBS): New subst.
(ZDEPS): New subst.
* configure, Makefile.in: Rebuilt.
* Makefile.am (toolexeclib_DATA): New macro.
* configure.in: Create libgcj.spec. Look for -lsocket and -lnsl.
Recognize --with-system-zlib.
(GCSPEC): New subst.
(THREADSPEC): New subst.
(SYSTEMSPEC): New subst.
(ZLIBSPEC): New subst.
* libgcj.spec.in: New file.
From-SVN: r26885
|
1999-05-11 12:11:09 +00:00 |
|
Tom Tromey
|
01b02b11de
|
acconfig.h (GCJVERSION): New undef.
* acconfig.h (GCJVERSION): New undef.
* java/lang/natSystem.cc (init_properties): Define java.version,
java.class.version, os.name, os.arch, os.version.
Include <sys/utsname.h> if required.
* configure: Rebuilt.
* configure.in: Compute and define GCJVERSION.
* java/lang/natSystem.cc (default_file_encoding): Now static.
From-SVN: r26830
|
1999-05-07 18:44:38 +00:00 |
|
Gilles Zunino
|
395e3bf94c
|
configure.in: Switch from irix threads to posix threads
1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
* configure.in: Switch from irix threads to posix threads
* configure: Regenerate.
From-SVN: r26781
|
1999-05-05 11:52:03 +00:00 |
|
Tom Tromey
|
a3ffcff3e3
|
libtoolized libgcj. See ChangeLog for details.
From-SVN: r26652
|
1999-04-26 14:50:15 +00:00 |
|
Andrew Haley
|
01f78a025e
|
sparc-signal.h: new file.
1999-04-20 Andrew Haley <aph@cygnus.com>
* include/sparc-signal.h: new file.
* configure.in: include/sparc-signal.h added.
* configure: regenerated.
* prims.cc (JvRunMain): signal handling code rewritten to be more
portable.
(catch_segv): ditto.
(catch_fpe): ditto.
* include/i386-signal.h: reorganized.
* include/default-signal.h: reorganized.
From-SVN: r26560
|
1999-04-20 06:27:11 +00:00 |
|
Andrew Haley
|
a4e44caa6d
|
i386-signal.h, [...]: New files.
1999-04-13 Andrew Haley <aph@cygnus.com>
* include/i386-signal.h, include/default-signal.h: New files.
* prims.cc (catch_segv): Call MAKE_THROW_FRAME in exception
handler.
(catch_fpe): New function.
* configure.in: Make link to appropriate include/java-signal.h.
* configure: Rebuilt.
* Makefile.am: include/java-signal.h added to dependency list.
* Makefile.in: Rebuilt.
From-SVN: r26400
|
1999-04-13 09:18:09 +00:00 |
|
Tom Tromey
|
ee9dd3721b
|
Initial revision
From-SVN: r26263
|
1999-04-07 14:42:40 +00:00 |
|