This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCC 5 fallout: libdata/pkgconfig/libgcj-5.0.pc
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Sat, 23 Aug 2014 12:38:40 +0200 (CEST)
- Subject: GCC 5 fallout: libdata/pkgconfig/libgcj-5.0.pc
- Authentication-results: sourceware.org; auth=none
Packaging last week's GCC 5 snapshot, I ran into a couple of issues
due to the version number change.
One is this: We are still creating libdata/pkgconfig/libgcj-5.0.pc
as we used to create libgcj-4.10.pc.
Shouldn't that be libgcj-5.pc now?
Gerald