Perry Smith kirjoitti:
On Feb 1, 2007, at 11:02 AM, Kai Ruottu wrote:
The '$target/libiberty/config.log' or the
'$target/libstdc++-v3/config.log'
will tell what happened during the configure in question, where it
failed....
On my first attempts (before I sent the emails out), the configure for
libstdc++v3 said I had an unsupported host/target combination.
"No support for this host/target combination." would sound sane because
the 'libstdc++-v3' configure has this
string... And as the matter of fact, support for AIX as "target" seems
to be missing in gcc-4.0.x, the 'crossconfig.m4'
in 'libstdc++-v3' (srcs) probably should define what AIX has and hasn't,
native programs can be run and their
results seen but when crosscompiling, there is no possibility to "run"
any executables... Linking doesn't seeminngly
tell enough. So the only way could be to add this "support" by
mimicing the existing "cases" :-(
Neither gcc-4.1.1 seems to have anything for AIX in its
'libstdc++-v3/crossconfig.m4'....