mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
* configure: Rebuilt.
* configure.in (ZLIBTESTSPEC): New macro.
(GCTESTSPEC): New macro.
(LIBGCJTESTSPEC): New macro.
* libgcj-test.spec.in: New file.
From-SVN: r32330
8 lines
200 B
RPMSpec
8 lines
200 B
RPMSpec
#
|
|
# 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)
|
|
|