summaryrefslogtreecommitdiff
path: root/tools/Makefile.gnuhost
AgeCommit message (Expand)Author
2023-05-19Fix passing -j NNN to gmakelukem
2023-05-15tools: if MAKEVERBOSE >=2, noisy automake buildslukem
2021-08-29tools: in non-verbose mode, build the tools silentlyrillig
2020-06-13tools: configure --silent if MAKEVERBOSE == 0lukem
2020-06-13tools: if MAKEVERBOSE < 2, quieten automake buildslukem
2018-10-22Adjust whitespace to look more like assignment than comparison. NFCmaya
2018-10-21detect clang instead of bundling it with Darwinchristos
2018-10-14Add FLEX to the configure env, from Lloyd Parkes on tech-toolchain.martin
2018-04-17Remove hack previously needed to build gcc/arm with clang.maya
2018-04-17Use the __clang__ preprocessor symbol to check for clang, since --versionchristos
2018-04-15do the bracket nesting only for clang for now.christos
2018-04-13GCC build exceeds the macOS clang default bracket nesting level of 256.snj
2016-01-16look in gpl3 for stuff too (autoconf)christos
2016-01-13look in external first.christos
2013-08-13pass HOST_SH to the build, to keep it from picking up a "bash"drochner
2013-08-07Revert previous change to tools/Makefile.gnuhost. When getenv("M4")apb
2013-08-06Add the "-g -D__gnu__" flags when invoking M4 via CONFIGURE_ARGSapb
2012-06-19Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all.hans
2012-04-18Replace not only space but also '(' and ')' on generating BUILD_PLATFORMtsutsui
2012-01-21remove dup target.christos
2012-01-20Merge the two Makefiles that were mostly copies of each others.christos
2011-11-21Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp.tsutsui
2009-11-25Actually use timestamp file's timestamps so that things rebuild correctly.uebayasi
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2005-02-11Put back @ on configure line. Was off for debugging and shouldn't have beenjmc
2005-02-11Make a BUILD_ENV that by defaults matches CONFIGURE_ENV and pass it along onjmc
2004-10-18Pass AR and RANLIB also.skrll
2004-06-21Ignore errors on some rm -rf's for platforms that aren't quitejmc
2004-06-20Add $MAKE to env also. From PR#25952jmc
2004-06-12MKUPDATE cannot possibly do the right thing with GNU wrapped tools installs asjmc
2004-02-27Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build.skrll
2004-02-15Be more gcc like in the way we deal with libgcc so that sh3/hppa millicodeskrll
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-18MAKEVERBOSE supportlukem
2003-10-10add -O2 to HOST_CFLAGS on Darwin since adding "-no-cpp-precomp" there blowsdbj
2003-10-07set HOST_CFLAGS+= -no-cpp-precomp when configuring gnu software on Darwindbj
2003-07-18Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.lukem
2003-03-14Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX.thorpej
2003-02-07replace DIST with GNUHOSTDIST, and don't unconditionally define itlukem
2002-02-26Remove the "-j1" hack. This needs to be fixed better. For now, -j istv
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-31Make sure LEX and YACC are properly defined (mainly for groff); also usetv
2002-01-03Remove stray diagnostic "echo".tv
2002-01-03* Honor BUILD on "make install" (will do "make all" first).tv
2001-12-13Avoid building and installing every time, so that we don't have toolchaintv
2001-12-02Make sure and run sh configure as it may not have execute permissions.jmc
2001-11-19replace instances of INSTALL_FILE with HOST_INSTALL_FILEperry
2001-11-16Workaround some make(1) braindamage wrt when it tries to "auto-chdir"tv
2001-11-14Recheck the GNU configuration if ${.CURDIR}/Makefile changes.tv