summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2006-08-27Allow for building a crosstools version of gprof.simonb
2006-08-26undo previous. I'll do it differently.christos
2006-08-26compile efun.c too.christos
2006-08-26Some tools need efuns.christos
2006-08-26Remove advertising clause.christos
2006-08-23point out the GCC4 dirs not the GCC3 dirs.mrg
2006-08-23pass RAW_GCC_FOR_TARGET when running configure-target-libstdc++-v3.mrg
2006-08-20Also check for DIR.__dd_fd. tools/compat now builds on the WWDC developerthorpej
2006-08-03* Fix parallel build race condition between real{all,depend} andfreza
2006-08-03Another attempt to fix the race in parallel builds.tron
2006-07-21Configure using --with-separate-debug-dir=/usr/libdata/debug.lukem
2006-07-19Invoking "make cleandir" with "PREVIOUSTOOLDIR" set to the previoustron
2006-07-18gettext should .WAIT for autoconf.lukem
2006-07-17Avoid getting into a loop of "make cleandir" instances if the locationtron
2006-07-17Remove ".WAIT" again because it doesn't fix the problem.tron
2006-07-12Add an extra ".WAIT" to the "realall realdepend" target to make suretron
2006-07-02Explicitly pass "--prefix=/usr" to configure so that DEBUGDIR andnathanw
2006-07-01force --disable-shared on vax so that GCC does not think it can usemrg
2006-06-30Use _TOOL_PREFIX if present.ross
2006-06-25convert build/ggc-none.o to build-ggc-none.lo.mrg
2006-06-24introduce a new CXXADDFLAGS and use it to pass CPPFLAG_ISYSTEMXX tomrg
2006-06-24also grab ${_extravars} for GCC4 in the get_gcc() function.mrg
2006-06-22only build lint and lint2 if MKLINT != "no".mrg
2006-06-18Make TOOL_SED, to allow using our own sed in cases where the host's versiongdamore
2006-06-09Fixes for mknative runs on gcc3.skrll
2006-06-03delete GCC2 support.mrg
2006-06-02remove support for building (with) GCC 2.95. also:mrg
2006-06-02make this work for GCC3 one again.mrg
2006-06-02Notes for how to do the mknative dance (based on the gcc one, but withnathanw
2006-05-30Support .native in an objdir, so I can keep more than one around at anathanw
2006-05-29Support for mknative machinery.nathanw
2006-05-29mknative script for gdb6. Largely cribbed from mknative-binutils.nathanw
2006-05-26use the same "Generated from: " tag for mknative.common so that changesmrg
2006-05-23also grab ALL_OPT_FILES from gcc/Makefile for libobjc4.mrg
2006-05-20Don't remove files that are needed for a build after make clean. Beforechristos
2006-05-17quote variables in the gmake version of getvars() so that stuff thatmrg
2006-05-17configure-libiberty is only good for GCC4.mrg
2006-05-15make sure that c++ headers work again.mrg
2006-05-15also note the rcsid of mknative.commonmrg
2006-05-15when generating path names also substitute the real path name as well asmrg
2006-05-12set AR and RANLIB to the host versions in MAKE_ARGS - otherwise themrg
2006-05-12put MAKE_ARGS in the gmake command line.mrg
2006-05-12support GCC4:mrg
2006-05-12- ensure $MAKE is setmrg
2006-05-11initial wrapper for gmake-requiring tools. probably does not yetmrg
2006-05-11check HAVE_GCC == 4 not USE_GCC4.mrg
2006-04-01Don't barf if USE_GCC4 is not defined.christos
2006-03-29Turn on gmake builds if GCC4 is enabled (and force it's install before contin...jmc
2006-03-29Add support for installing gmake as tools/bin/nbgmakejmc
2006-02-22Twiddle configure/configure.ac to check/define/create machine/endian.h; thisdogcow