This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Half of PR/12744. Allow tarball builds without flex and bison/byacc


As promised ...

For easier reviewing, I split the patch into two hunks.

This patch basically blows away $(parsedir) and adds in a new langhook of srcextra for handling the --enable-generated-files-in-srcdir to copy those files back to the source directory, when requested.

The pre-existing VPATH will take care of the rest for us.

I'll post the similar no-makeinfo half following approval of this one...

o bootstrapped i686-pc-cygwin without --enable-generated-files-in-srcdir

o bootstrapped i686-pc-cygwin with --enable-generated-files-in-srcdir

o followed by uninstalling flex & bison and another bootstrap
i686-pc-cygwin without --enable-generated-files-in-srcdir

OK to install?
Kelley Cook


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]