------- Comment #3 from simon at pushface dot org 2010-01-07 22:25 ------- Created an attachment (id=19503) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19503&action=view) Workround for Apple bug in Xcode 3.2
I'm not sure that deleting ../$(RTSDIR)/*.o before building common-tools will be OK in all circumstances, but it certainly works for a native Darwin build. The point is that by this stage all the libraries (???) will have been built; and we don't want gnatbind to pick up duplicate .o's from the rts directory (which it scans because of -I../rts). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554