This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/55061] libbacktrace build fails during bootstrap on powerpc-apple-darwin9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55061

--- Comment #19 from Ian Lance Taylor <ian at airs dot com> 2012-10-25 18:55:25 UTC ---
Yes, I'm sure, because

test -n "${with_target_subdir}"

is true exactly when libbacktrace is being built as a target library.  That
test will not be true when libbacktrace is being built as a host library.  And
the failure you are reporting is with building libbacktrace in stage 1, when it
is being built as a host library.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]