http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47806
Steven Bosscher changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47806
--- Comment #5 from Steven Bosscher 2011-02-19
15:48:45 UTC ---
sysroot, right. obviously I don't have AIX so that basically means I can't
build a cross-compiler to it, IIUC. Close as IBTK (aka INVALID)?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47806
--- Comment #4 from Andrew Pinski 2011-02-18
23:22:44 UTC ---
(In reply to comment #3)
> Don't you need a sysroot to build a cross compiler in this case? Try adding
> --without-headers --with-newlib if you don't have a sysroot for AIX. Note
> t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47806
--- Comment #3 from Andrew Pinski 2011-02-18
23:21:59 UTC ---
Don't you need a sysroot to build a cross compiler in this case? Try adding
--without-headers --with-newlib if you don't have a sysroot for AIX. Note
there is nothing AIX specific in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47806
--- Comment #2 from Steven Bosscher 2011-02-18
17:23:44 UTC ---
Also fails, but in a different way, if "--disable-multilib" is removed from the
configure options:
# If this is the top-level multilib, build all the other
# multilibs.
/home/steven
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47806
Steven Bosscher changed:
What|Removed |Added
Keywords||build
CC|