haiku/build/scripts
Alex Smith aaeadfcb02 Do a separate libgcc build for the kernel as well.
Turns out that libgcc is needed, for some reason building the kernel
with -O0 does not end up referencing libgcc but -O2 does. A separate
build of it is done with -mno-red-zone, same reason as for libsupc++.
Ended up being easy to rebuild with different CFLAGS: previously I'd
tried doing `CFLAGS="-mno-red-zone" make` in the libgcc dir which
didn't override, the correct way is `make CFLAGS="-mno-red-zone"`
2012-08-16 17:38:01 +01:00
..
build_archive Condensed build_zip_archive & build_zip_archive into a single script, 2010-03-30 05:32:50 +00:00
build_cross_tools Worked around broken GCC 2 on OS X hosts. 2012-07-29 21:03:14 +01:00
build_cross_tools_gcc4 Do a separate libgcc build for the kernel as well. 2012-08-16 17:38:01 +01:00
build_haiku_image Added more things to x86_64 image. 2012-08-10 09:32:54 +01:00
convert_build_config_to_shell_format.pl * handle the fact gracefully that some of our BuildSetup jam variables contain 2010-01-05 08:59:10 +00:00
determine_haiku_revision Simplify haiku-revision for git, now that we provide revision-tags in our central git repo: 2011-06-06 18:20:38 +00:00
generate_CountryFlags.sh Changed comment prefix from # to //. Thanks yourpalal. 2011-05-04 18:27:00 +00:00
rm_attrs * BuildPlatformMain supports overriding HOST_LIBROOT on the target now, 2008-03-22 21:05:03 +00:00