http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55083
--- Comment #6 from Perry Smith 2012-12-09 05:40:28
UTC ---
If it helps, here are the last messages from the make log:
checking for powerpc-ibm-aix6.1.0.0-gcc... /usr/work/build/gcc.git/./gcc/xgcc
-B/usr/work/build/gcc.git/./gcc/ -B
/gs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55083
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55083
--- Comment #4 from Perry Smith 2012-12-09 04:45:47
UTC ---
I can't remember much about this. Things may have changed since I reported it.
Is the Makefile created as the last step?
If not, then if something fails after the Makefile is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55083
--- Comment #3 from Andrew Pinski 2012-12-09
02:23:48 UTC ---
It does not test if the directory exists but rather if the Makefile in the
directory exists.
test ! -f $(TARGET_SUBDIR)/libatomic/Makefile || exit 0; \
So I think this is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55083
--- Comment #2 from Perry Smith 2012-10-26 15:31:27
UTC ---
To be clear, the error during configuration is not what the bug report is
about. The discussion of the error can be seen here:
http://gcc.gnu.org/ml/gcc/2012-10/msg00380.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55083
Andrew Pinski changed:
What|Removed |Added
Keywords||build
Component|c