Go to file
Oliver Tappe 9f6654f4a8 Use crtbeginS.o and crtendS.o for everything.
* The glue code files crtbegin.o and crtend.o don't cleanup globals
  properly, only the variants with the S suffix do. As executables are
  shared on Haiku, we use crtbeginS.o and crtendS.o for those, too.

This fixes crashes on shutdown of Haiku servers that load add-ons (e.g.
Print Server and Media Add-On Server).
2014-07-22 17:07:45 +02:00
autoconf
binutils Merge binutils 2.24 2014-03-19 17:30:31 +01:00
cloog cloog: removed included isl 2014-01-27 21:52:03 +01:00
gcc Use crtbeginS.o and crtendS.o for everything. 2014-07-22 17:07:45 +02:00
isl imported isl-0.12.2 2014-01-27 21:38:34 +01:00
jam Fix warnings when building jam. 2014-05-12 23:18:24 +02:00
legacy Fix prototype for atomic_add 2014-01-17 10:02:13 +01:00
libtool
patches
.gitignore * Add .gitignore. 2014-07-21 11:18:25 +02:00
build-gcc2-package-Haiku.sh
build-gcc4-optional-package-Haiku.sh
INSTALL-as-haiku-cross-compiler-on-LINUX
INSTALL-gcc2-from-source-Haiku
INSTALL-gcc4-from-source-Haiku