------- Comment #8 from pcarlini at suse dot de 2007-01-04 11:36 ------- (In reply to comment #4) > Hmm: > case "$target" in > *-uclinux*) > # Don't enable LFS with uClibc > ;; > *) > AC_DEFINE(_GLIBCXX_USE_LFS) > esac
These bits in crossconfig.m4 are not correct, of course (don't know who added that). Given the current implementation, we should safely enable LFS *only* on linux. -- pcarlini at suse dot de changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |link-failure http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365