aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
AgeCommit message (Expand)Author
2006-09-21- gcc-2.95 doesn't support -static-libgccBernhard Reutner-Fischer
2006-08-30Bernhard Fischer complained about moving --sort-common.Rob Landley
2006-08-29There's some strange bug in glibc that triggers if you combine theRob Landley
2006-08-29- set version back to 1.2.0 like it was before. Add at least -svn to the Extr...Bernhard Reutner-Fischer
2006-08-28need libsepol in addtion to libselinuxMike Frysinger
2006-08-28- do maintainers duty by bumping version to 1.3.0-pre0;Bernhard Reutner-Fischer
2006-08-20Yann E. Morin spotted a broken check_ld macro.Rob Landley
2006-08-18- remove CRIS specific CFLAG from generic flags-checking.Bernhard Reutner-Fischer
2006-07-311) ifeq is make syntax, #ifeq is a make comment.Rob Landley
2006-07-16Add -Werror.Rob Landley
2006-07-06Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.Rob Landley
2006-07-04- Pull r15593:Bernhard Reutner-Fischer
2006-06-30Annoint 1.2.0.Rob Landley
2006-06-22Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.makRob Landley
2006-06-13Use -ffunction-sections -fdata-sections --gc-sections if the compiler supportsRob Landley
2006-06-13- make VERBOSE= and V= work equally; use BUILD_VERBOSE internally.Bernhard Reutner-Fischer
2006-06-11- invert logic for nocheck_targets to exclude the empty default target.Bernhard Reutner-Fischer
2006-06-10- don't check for toolchain-setting for make targets that don't need themBernhard Reutner-Fischer
2006-05-29- cleanup conftest temporary files.Bernhard Reutner-Fischer
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer
2006-05-26- add target hosttools (see make help)Bernhard Reutner-Fischer
2006-05-15The one line fix to Bernhard Fischer's "profoundly".Rob Landley
2006-05-11back out default implicit %.o rule for nowMike Frysinger
2006-05-10add implicit rule for %.a to help debugging in subdirsMike Frysinger
2006-05-10add a default .o rule for easier debugMike Frysinger
2006-05-09Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.makRob Landley
2006-05-08- fix buildBernhard Reutner-Fischer
2006-05-08The changes svn 14960 made to Rules.mak broke building out of treeRob Landley
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-04-29compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and ...Mike Frysinger
2006-04-28- rerun gcse pass after reload, enable whole-program iff we are not buildingBernhard Reutner-Fischer
2006-04-212006-04-20 Shaun Jackman <sjackman@gmail.com>Mike Frysinger
2006-04-19svn 14824 broke -funsigned-char and possibly building out of tree, becauseRob Landley
2006-04-11- pin the CFLAGS to make sure that we don't have to re-evaluate theBernhard Reutner-Fischer
2006-04-02- switch Warning Of the Week to wrong or missing prototypes.Bernhard Reutner-Fischer
2006-03-29- warn a bit more verbosely about fmt stuff for non-release versionsBernhard Reutner-Fischer
2006-03-29- mark trunk as 1.2.0-pre0Bernhard Reutner-Fischer
2006-03-28Mike Frysinger pointed out we can goRob Landley
2006-03-27Patch from Jan Kiszka: In case the libselinux development installation is notRob Landley
2006-03-22We make both busybox and busybox_unstripped all the time now, no need toRob Landley
2006-03-22Annoint 1.1.1.Rob Landley
2006-03-21- workaroung pr25795 in gcc-4.1Bernhard Reutner-Fischer
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-10add a sep option for strippingMike Frysinger
2006-03-09- remove check. Fixes e.g. buildrootBernhard Reutner-Fischer
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-03- correct comment.Bernhard Reutner-Fischer
2006-03-03Denis Vlasenko noticed that falign=0 is meaningless, and that should probablyRob Landley
2006-03-02- make sure applets.o is rebuilt when the .config changes.Bernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer