1. 9ca4dae add configure check for broken gcc 4.9.0 and possibly other versions by Rich Felker · 10 years ago
  2. 8945667 add configure check for working compiler by Rich Felker · 10 years ago
  3. 23d6418 fix superh nofpu check on old gcc versions by Bobby Bingham · 10 years ago
  4. 8c82023 configure: check for __ILP32__ if arch is x86_64 by rofl0r · 10 years ago
  5. f162c06 make configure accept alternate gcc tuples for x32 by Rich Felker · 11 years ago
  6. 0b8f0c5 improve configure's target arch matching by Rich Felker · 11 years ago
  7. 3d7f5c3 fix missing CFLAGS in configure test for float on sh by Rich Felker · 11 years ago
  8. 946b9fa fix copy-and-paste error in configure's IEEE double check for sh by Rich Felker · 11 years ago
  9. b1683a1 add nofpu subarchs to the sh arch, and properly detect compiler's fpu config by Rich Felker · 11 years ago
  10. 5c27c44 fix endian subarchs for sh arch by Rich Felker · 11 years ago
  11. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  12. e5bb165 mips: add mips-sf subarch support (soft-float) by Szabolcs Nagy · 11 years ago
  13. 3a3c813 superh port by Bobby Bingham · 11 years ago
  14. adbeefb configure: suppress bogus pointer-int cast warnings by rofl0r · 11 years ago
  15. 3e4b2cd configure: recognize x86_64-x32 and x32 by rofl0r · 11 years ago
  16. f7bc29e remove -Wcast-align from --enable-warnings by Rich Felker · 11 years ago
  17. 06ceee8 add attribute((may_alias)) checking in configure by Rich Felker · 11 years ago
  18. e449974 fix two bugs in sed code configure uses to save command line by Rich Felker · 11 years ago
  19. 453f462 make configure store its command line in config.mak for easy re-run by Rich Felker · 11 years ago
  20. 4918c2b fix detection of arm hardfloat by Rich Felker · 11 years ago
  21. 90d7772 allow subarch-specific asm, including asm specific to the default by Rich Felker · 11 years ago
  22. 86cc54b protect against long double type mismatches (mainly powerpc for now) by Rich Felker · 11 years ago
  23. 4a1f55e work around gcc 4.8's generation of self-referential mem* functions at -O3 by Rich Felker · 11 years ago
  24. 43d2531 do not include math modules in the default -O3 optimization set by Rich Felker · 11 years ago
  25. a80847d enhance build process to allow selective -O3 optimization by Rich Felker · 11 years ago
  26. df06578 fix invalid C in new trycppif tests in configure script by Rich Felker · 11 years ago
  27. 3e7f186 add build system support for arch endian & float abi variants by Rich Felker · 11 years ago
  28. 2384f27 treat invalid C as an error even if warnings aren't enabled. by Rich Felker · 12 years ago
  29. 6c0cba8 fix error in configure script using >/dev/null in noclobber mode by Rich Felker · 12 years ago
  30. c6d441e Merge remote-tracking branch 'ppc-port/ppc-squashed' by Rich Felker · 12 years ago
  31. 1c8eb8b PPC port cleaned up, static linking works well now. by rofl0r · 12 years ago
  32. 3d9e3a3 fix "configure --prefix=" and improve path/arg handling in configure by Rich Felker · 12 years ago
  33. cd31a1f further pcc fixes in configure by Rich Felker · 12 years ago
  34. 3d99266 add support for detecting pcc's compiler runtime by Rich Felker · 12 years ago
  35. 80a4545 configure: test not just compiling but linking with -march/-mtune by Rich Felker · 12 years ago
  36. 01e5a1b use $CC rather than "$CC" in configure script by Rich Felker · 12 years ago
  37. adefe83 tell the assembler to mark all files as not requiring executable stack by Rich Felker · 12 years ago
  38. 8c0a3d9 microblaze port by Rich Felker · 12 years ago
  39. 2c1cd23 add LIBCC (compiler runtime) logic and override to configure by Rich Felker · 12 years ago
  40. b439c05 get rid of eh_frame bloat by Rich Felker · 12 years ago
  41. 2bd05a4 add gnu hash support in the dynamic linker by Rich Felker · 12 years ago
  42. 94e920d support configuring cross compiling with CROSS_COMPILE prefix variable by Rich Felker · 12 years ago
  43. 721564a make configure accept mipsel by Rich Felker · 12 years ago
  44. 470569c remove configure check disabling shared libraries on mips by Rich Felker · 12 years ago
  45. a1546e8 disable dynamic linking on mips for now (broken) by Rich Felker · 12 years ago
  46. 6315004 initial version of mips (o32) port, based on work by Richard Pennington (rdp) by Rich Felker · 12 years ago
  47. 2121b8a configure: only use -ffloat-store on i386 by Rich Felker · 12 years ago
  48. 498a100 check for ld support of -Bsymbolic-functions; disable shared if not avail by Rich Felker · 12 years ago
  49. f1fd757 use -nostdlib in linker tests to avoid possible missing crt/lib issues by Rich Felker · 12 years ago
  50. 67a0383 avoid linking main program in linker tests by Rich Felker · 12 years ago
  51. 0c5efde make configure try to disable stack protector by Rich Felker · 12 years ago
  52. 08f70a3 add configure check for gnu linker hash style setting by Rich Felker · 12 years ago
  53. 278883d fix configure build/host/target terminology usage by Rich Felker · 12 years ago
  54. c5f3add yet another try to get the check for gcc right... by Rich Felker · 12 years ago
  55. 55e2f5e fix error in last configure change (lack of escaping) by Rich Felker · 12 years ago
  56. bc63e4f correct the check for gcc (previous version failed for cross compilers) by Rich Felker · 12 years ago
  57. b4ccc3c add -frounding-math to build by Rich Felker · 12 years ago
  58. 64d2f8e initial commit of configure script by Rich Felker · 12 years ago