aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2014-04-04re PR bootstrap/60620 (missing gnattools dependency causes highly parallel bu...Eric Botcazou
2014-03-27Makefile.def (dependencies): Make all-ld depend on all-binutils for WINDRES_F...Yaakov Selkowitz
2014-03-26re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing ...Jakub Jelinek
2014-03-07re PR bootstrap/58572 (make bootstrap-lean leads to installation failure (doi...Jakub Jelinek
2013-11-07Makefile.in: Regenerate.Thomas Schwinge
2013-11-07Makefile.tpl: Fix typo.Thomas Schwinge
2013-10-30Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass --disable-build-format-warnings.Jason Merrill
2013-10-29Added Cilk runtime library (libcilkrts) into GCC.Balaji V. Iyer
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law
2013-08-06Commit the vtable verification feature.Caroline Tice
2013-03-30Makefile.def (target_modules): Don't install libffi.Matthias Klose
2013-01-14Makefile.def (install-target-libsanitizer): Depend on install-target-libstdc+...Matthias Klose
2013-01-11Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.Eric Botcazou
2013-01-09Build gmp before configuring gccH.J. Lu
2013-01-08Makefile.def: Merge from binutils.Jan-Benedict Glaw
2012-12-20Makefile.def (install-target-libgfortran): Depend on install-target-libquadma...Matthias Klose
2012-12-19Makefile.def (install-target-libgo): Depend on install-target-libatomic.Matthias Klose
2012-12-18libgo: Link against libatomic.Andreas Schwab
2012-12-11Add --with-build-config=bootstrap-asan supportH.J. Lu
2012-11-29Remove bootstrap=true from libsanitizerH.J. Lu
2012-11-29Add --with-build-config=bootstrap-asan supportH.J. Lu
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski
2012-11-12Import the asan runtime library into GCC treeWei Mi
2012-10-22re PR bootstrap/54820 (ada: cannot find -lstdc++ since 4.8.0 20121002)Eric Botcazou
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor
2012-09-26Makefile.def: Make all-gcc depend on all-libbacktrace.Ian Lance Taylor
2012-09-17libbacktrace/:Ian Lance Taylor
2012-08-26Don't set HOST_LIB_PATH_bfd/HOST_LIB_PATH_opcodesH.J. Lu
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-07-06Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC) as CPPFLAGS...Richard Guenther
2012-07-06configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.Richard Guenther
2012-07-03Makfile.def (isl): Remove not necessary extra_exports and extra_make_flags.Richard Guenther
2012-07-03cloog.m4: Remove debugging print.Richard Guenther
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther
2012-06-20Makefile.tpl (check-target-libgomp-c++): New.Jason Merrill
2012-05-16Makefile.tpl (gcc-no-fixedincludes): Rename into ...Olivier Hainque
2012-05-01Add libatomic as a target library.Richard Henderson
2012-01-02re PR bootstrap/51686 ("make install-strip-gcc" didn't install liblto-plugin*...Richard Guenther
2011-11-09configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.Roland McGrath
2011-11-09Run most tests in both C++98 and C++11 modes.Jason Merrill
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-11-02Move libgcc2 to toplevel libgccRainer Orth
2011-07-20Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to link directories.David Edelsohn
2011-07-19configure.ac: Add --enable-build-poststage1-with-cxx.Ian Lance Taylor
2011-07-16Makefile.def (language=c++): Add check-c++0x and check-target-libmudflap-c++.Jason Merrill
2011-07-16install.texi: Document --enable-static-libjava.Matthias Klose
2011-07-15re PR testsuite/49741 (make -k check-c++0x not multilib aware)Jason Merrill
2011-07-13Also test -std=c++0x mode with 'make check-c++' at top levelJason Merrill
2011-06-22re PR regression/47836 (Some Cross Compiler can't build target-libiberty or t...Hans-Peter Nilsson
2011-05-09configure.ac: Propagate LDFLAGS_FOR_TARGET.Doug Kwan