This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libffi not installed
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC Hackers <gcc at gcc dot gnu dot org>
- Date: 31 Dec 2002 01:18:58 -0700
- Subject: libffi not installed
- Reply-to: tromey at redhat dot com
Today I did a clean build and install of the trunk, and I noticed that
libffi is not installed.
I see this in the top-level Makefile.in:
# Dummy target for uninstallable.
install-target-libffi:
I'd prefer it if libffi install decisions were left up to the libffi
Makefile.
Tom