From a51bf27b0448f45ed532561d46ce14d277da7295 Mon Sep 17 00:00:00 2001 From: green Date: Sat, 4 Mar 2000 21:50:19 +0000 Subject: * configure: Rebuilt. * configure.in (ZLIBTESTSPEC): New macro. (GCTESTSPEC): New macro. (LIBGCJTESTSPEC): New macro. * libgcj-test.spec.in: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32330 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/libgcj-test.spec.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libjava/libgcj-test.spec.in (limited to 'libjava/libgcj-test.spec.in') diff --git a/libjava/libgcj-test.spec.in b/libjava/libgcj-test.spec.in new file mode 100644 index 00000000000..17816e26442 --- /dev/null +++ b/libjava/libgcj-test.spec.in @@ -0,0 +1,7 @@ +# +# This spec file is read by gcj when linking. +# It is only used by the testing harnesses (in libjava and gdb). +# +%rename lib liborig2 +*lib: @LIBGCJTESTSPEC@ @GCTESTSPEC@ @ZLIBTESTSPEC@ %(liborig2) + -- cgit v1.2.1