------- Comment #37 from howarth at nitro dot med dot uc dot edu 2009-09-25 10:44 ------- I just noticed that I have been neglecting to pass --enable-version-specific-runtime-libs to configure. What should be the impact of that on the build (since I did get the expected libgcc-ext.10.4/5 files)? Could that be related to the build failure on x86_64-apple-darwin10? Are you using...
make -k check RUNTESTFLAGS="--target_board=unix/-muse-shared-libgcc-ext" when you run the testsuite? Since you are already doing something fairly radical here (dropping libgcc-10.4/10.5 from the build), we might as well anticipate http://gcc.gnu.org/ml/gcc-patches/2008-12/msg00892.html going into gcc trunk by making -muse-shared-libgcc-ext the default behavior for linking. The option behavior should be -muse-static-runtimes instead. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39888