This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/45326] gmp's use of C99 keeps breaking my compiles, suggest set autoconf variables to avoid inttypes/stdint


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45326

--- Comment #2 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2010-10-02 14:52:12 UTC ---
Author: rwild
Date: Sat Oct  2 14:52:07 2010
New Revision: 164904

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164904
Log:
Allow to pass separate configure arguments for build, host and target.

/:
    PR bootstrap/45326
    PR bootstrap/45174
    * configure.ac: Honor initial values of $build_configargs,
    $host_configargs, $target_configargs.  Mark the precious, so
    environment settings get recorded.
    * configure: Regenerate.

gcc/:
    * doc/install.texi (Configuration): Document build_configargs,
    host_configargs, target_configargs.

Modified:
    trunk/ChangeLog
    trunk/configure
    trunk/configure.ac
    trunk/gcc/ChangeLog
    trunk/gcc/doc/install.texi


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