Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 15:15:22 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/bison getargs.c reader.c
Message-ID:  <199908142215.PAA67864@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      1999/08/14 15:15:22 PDT

  Modified files:
    contrib/bison        getargs.c reader.c 
  Log:
  Add "--broken-undeftoken-init" option.  This makes Bison 1.28 bug compatable
  with version 1.25.
  
  Bison 1.28 fixed a bug in the initialization of the `undefined' symbol
  table entry.  Unfortunately something about the way we are compiling
  egcs-1.1.2's cc1plus breaks with this bugfix.
  
  "--broken-undeftoken-init" is needed when compiling cc1plus.  Otherwise
  /usr/libexec/cc1plus cannot compile libgcc.
  
  Revision  Changes    Path
  1.2       +16 -13    src/contrib/bison/getargs.c
  1.4       +5 -1      src/contrib/bison/reader.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908142215.PAA67864>