1. cda84ae Move arch-specific dead code elimination setup into scripts/portability.sh by Rob Landley · 2 years, 2 months ago
  2. cecd169 Collate ASAN setup, move generated/instlist into generated/unstripped, by Rob Landley · 2 years, 2 months ago
  3. bbe709f use $GENDIR variable for (some) generated/ references, and move by Rob Landley · 2 years, 3 months ago
  4. 7a5cb95 Move UNSTRIPPED to configure, merge LDASNEEDED into LDFLAGS by Rob Landley · 2 years, 3 months ago
  5. 4d9c2a5 Move config variables to configure. by Rob Landley · 2 years, 3 months ago
  6. ebde3b8 Move -Wno-string-plus-int to configure instead of probing for it. by Rob Landley · 2 years, 4 months ago
  7. 4991ae7 Fix Darwin build. by Elliott Hughes · 2 years, 5 months ago
  8. 9827d4a When building with -funsigned-char, warning about passing a "char *" to an by Rob Landley · 2 years, 6 months ago
  9. 852e4ca Glibc is so fragile stripping .gnu.version breaks regexec(REG_STARTEND) by Rob Landley · 2 years, 8 months ago
  10. 9d7d87e Strip slightly harder. by Rob Landley · 2 years, 8 months ago
  11. 5a82dad Use -dead_strip for --gc-sections on macOS. by Elliott Hughes · 2 years, 8 months ago
  12. ce62207 Integrate cross compile support into mkroot, ala "make root CROSS=sh4" by Rob Landley · 4 years, 2 months ago
  13. abddc3b ASAN=1 implies NOSTRIP=1, and don't say strip failed for NOSTRIP. by Rob Landley · 4 years, 9 months ago
  14. ac84e85 Add ASAN=1 to the build, in a slightly different way than Elliott suggested. by Rob Landley · 4 years, 10 months ago
  15. 360a2bf macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections. by Elliott Hughes · 6 years ago
  16. 7335fe7 configure: fix typo by Francesco Valla · 6 years ago
  17. 5efc167 call strip as $STRIP by Francesco Valla · 6 years ago
  18. 29fb638 People keep running ./configure, so have it do a defconfig for them. by Rob Landley · 6 years ago
  19. 85ffccb Implicit function declarations are an error, not a warning. by Rob Landley · 7 years ago
  20. df07fb7 Wean scripts/install.c off toys.h so cross compiling less brittle. by Rob Landley · 8 years ago
  21. d20b9ff Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian by Rob Landley · 9 years ago
  22. 1223578 Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.) by Rob Landley · 9 years ago
  23. 35c92f1 Fix a couple things gcc is too dumb to figure out on its own. by Rob Landley · 9 years ago
  24. a913d92 Probe for -Wno-string-plus-int. by Rob Landley · 9 years ago
  25. ccccc2b Flag to make llvm shut up about a broken warning. by Rob Landley · 9 years ago
  26. 1f44b5f Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. by Rob Landley · 9 years ago
  27. 57f93c8 Add LDFLAGS and STRIP=no support. by Rob Landley · 9 years ago
  28. 9614620 Old compilers complain about linker options passed with -c, so split out $LDOPTIMIZE. by Rob Landley · 10 years ago
  29. 0d74ad3 Add a new optimization flag at the suggestion of the musl guys telling gcc not to produce a large unused dwarf table for C++ style stack unwinding. by Rob Landley · 11 years ago
  30. bccb6db Revert some debug code accidentally checked in at commit 715. by Rob Landley · 11 years ago
  31. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 12 years ago
  32. 97abd4a Replace CCFLAGS with description of how to add flags to HOSTCC. by Rob Landley · 12 years ago
  33. 344c267 Fix from Georgi Chorbadzhiyski to make cross compiling more robust. by Rob Landley · 12 years ago
  34. a97792d Unconditionally add the $CROSS_COMPILE prefix to $CC, even if it's already set. by Rob Landley · 15 years ago
  35. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 16 years ago