--- Comment #2 from jay dot krell at cornell dot edu 2008-08-14 12:05
---
wrong workaround before, actual:
def WorkaroundUnableToFindSparc64LibGcc():
#
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37079
# ld: cannot find -lgcc_s
# collect2: ld returned 1 exit status
# make[4]: *** [li
--- Comment #1 from jay dot krell at cornell dot edu 2008-08-14 11:55
---
Here is a lame workaround:
if (Host == Target) and (Host != Build):
ExtraConfig += " -with-sysroot=/"
ExtraConfig += " -with-build-sysroot=" + DefaultSysroot
--
http://gcc.gnu.org/bugzil