------- Comment #16 from bonzini at gnu dot org 2010-01-21 14:45 -------
> Wrong submitter's proposal, you mean.
Yes. What I don't understand is, why is anything else than this needed:
-target_modules = { module= libgomp; lib_path=.libs; };
+target_modules = { module= libgomp;
+ bootstrap= true;
+ lib_path=.libs; };
...
+dependencies = { module=all-target-libstdc++-v3; on=all-target-libgomp; };
+dependencies = { module=all-target-libstdc++-v3; on=all-target-libgcc; };
?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36101