cosmopolitan/third_party/gcc
Justine Tunney 23e235b7a5
Fix bugs in cosmocc toolchain
This change integrates e58abc1110b335a3341e8ad5821ad8e3880d9bb2 from
https://github.com/ahgamut/musl-cross-make/ which fixes the issues we
were having with our C language extension for symbolic constants. This
change also performs some code cleanup and bug fixes to getaddrinfo().
It's now possible to compile projects like ncurses, readline and python
without needing to patch anything upstream, except maybe a line or two.
Pretty soon it should be possible to build a Linux distro on Cosmo.
2023-06-08 23:44:03 -07:00
..
aarch64-linux-musl/bin Fix bugs in cosmocc toolchain 2023-06-08 23:44:03 -07:00
bin Fix bugs in cosmocc toolchain 2023-06-08 23:44:03 -07:00
lib/gcc/x86_64-linux-musl/11.2.0 Upgrade to Cosmopolitan GCC 11.2.0 for x86_64 2023-06-05 02:06:18 -07:00
libexec/gcc Fix bugs in cosmocc toolchain 2023-06-08 23:44:03 -07:00
x86_64-linux-musl/bin Fix bugs in cosmocc toolchain 2023-06-08 23:44:03 -07:00
config.mak Upgrade to Cosmopolitan GCC 11.2.0 for x86_64 2023-06-05 02:06:18 -07:00
LICENSE.txt Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
portcosmo.patch Upgrade to Cosmopolitan GCC 11.2.0 for x86_64 2023-06-05 02:06:18 -07:00
README.cosmo Upgrade to Cosmopolitan GCC 11.2.0 for x86_64 2023-06-05 02:06:18 -07:00
upgrade-cosmo-gcc.sh Fix bugs in cosmocc toolchain 2023-06-08 23:44:03 -07:00

DESCRIPTION

  Cosmopolitan GCC
  Prebuilt x86_64-linux binaries
  An APE-friendly C/C++ compiler

LICENSE

  GPLv3 and other licenses (see LICENSE.txt)

ORIGIN

  @ahgamut's musl-cross-make fork
  https://github.com/ahgamut/musl-cross-make/
  d0f33e2162cf5e5b30cdf3b3accc0d0f7756830c

MODIFICATIONS

  ahgamut's musl-cross-make fork includes a 2kLOC patch that modifies
  GCC so it'll compile C code like `switch(errno){case EINVAL: etc.}`

SEE ALSO

  third_party/gcc/portcosmo.patch

NOTES

  My name is Justine Tunney and I approve of these binaries.