[LLVMbugs] [Bug 5588] llvm-gcc requires bison and flex to build

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Nov 22 19:52:36 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=5588


Bob Wilson <bob.wilson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bob.wilson at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Bob Wilson <bob.wilson at apple.com>  2009-11-22 21:52:35 ---
GCC releases are distributed as tar files, where the files generated by flex
and bison are included with timestamps set so that they will not be
regenerated.  The comments in the configure script refer to that situation.  If
you check out gcc (or llvm-gcc) from subversion, the timestamps on the files
may not conform to that expectation.  If the timestamp on a generated file is
older than the source file, flex or bison will be run.  This is not the ideal
situation, but since it is inherited from gcc, it's not something we need to
fix for llvm-gcc.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list