aboutsummaryrefslogtreecommitdiff
path: root/libjava/libgcj.spec.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-05-11 12:11:09 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-05-11 12:11:09 +0000
commitf994389bf8e816de08daeb8bfdcf0b75cfe80919 (patch)
tree741b20a51ca89c071c8fa2ab28990e1c8eae5bc6 /libjava/libgcj.spec.in
parent138657ecb0d28fa0c8df47db35f156ea4aa3b590 (diff)
downloadgcc-f994389bf8e816de08daeb8bfdcf0b75cfe80919.zip
gcc-f994389bf8e816de08daeb8bfdcf0b75cfe80919.tar.gz
gcc-f994389bf8e816de08daeb8bfdcf0b75cfe80919.tar.bz2
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
Diffstat (limited to 'libjava/libgcj.spec.in')
-rw-r--r--libjava/libgcj.spec.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in
new file mode 100644
index 0000000..fae8a6a
--- /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@