haiku/build
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
..
config_headers Replaced mention of "SVN" with "version control system". 2011-12-04 14:51:47 +01:00
jam Build a separate libsupc++ for the kernel with correct flags. 2012-08-16 13:57:04 +01:00
scripts Do a separate libgcc build for the kernel as well. 2012-08-16 17:38:01 +01:00