This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libffi/include/Makefile.am - hack_DATA - whats it for?
- From: Kean Johnston <jkj at sco dot com>
- To: gcc at gnu dot org
- Date: Tue, 05 Aug 2003 02:37:20 -0700
- Subject: libffi/include/Makefile.am - hack_DATA - whats it for?
- Organization: The SCO Group
All,
I am trying to bootstrap 3.3.1 from cvs of a few hours ago. I have just
enabled Java for OSR5, and now during the bootstrap process, make aborts
telling me it doesnt know how to build fficonfig.h in libffi/include.
Simply remove it from the "hack_DATA" line fixes the build, but I want
to make that wont break anything. I am sure its there for a reason.
FWIW, OSR5 is multilibbed, so that may have something to do with why its
breaking.
Kean