Avoid -fwhole-program on broken gcc instead of stopping build.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 16 Jun 2009 02:27:01 +0000 (22:27 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 16 Jun 2009 02:27:01 +0000 (22:27 -0400)
commit0942e7fbe48bfbdb87d9c7c5e0da1c96d68ccb93
treee35991eb7e8ca33a458f7980f2fb5fb95b4d2225
parent942d495dcd12801187076d12e5f7409e8a8aa661
Avoid -fwhole-program on broken gcc instead of stopping build.

Enhance build to detect and avoid gcc with broken -fwhole-program
Also, remove workaround for older gcc that mess up global exports.
Makefile
README
src/boot.c
src/post.c
src/resume.c
tools/test-gcc.sh