diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-11 12:11:09 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-11 12:11:09 +0000 |
commit | b152bc6646ee0d6a4fdcff97684eadf64f0fe28d (patch) | |
tree | 741b20a51ca89c071c8fa2ab28990e1c8eae5bc6 /libjava/libgcj.spec.in | |
parent | b5be146b414914aee38ff826e7dc67ecc3cf5834 (diff) | |
download | gcc-b152bc6646ee0d6a4fdcff97684eadf64f0fe28d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26885 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libgcj.spec.in')
-rw-r--r-- | libjava/libgcj.spec.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in new file mode 100644 index 00000000000..fae8a6a2dc1 --- /dev/null +++ b/libjava/libgcj.spec.in @@ -0,0 +1,7 @@ +# +# This spec file is read by gcj when linking. +# It is used to specify the standard libraries we need in order +# to link with libgcj. +# +# We need a space after the `+' to placate gcc. +*lib: + -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ |