This is the mail archive of the gcc-patches@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]

Re: 'lots of little changes' merge done


Huh. I wonder how it does that?


No clue


I guess you could replace /usr/bin/dsymutil with a shell script like:

#!/bin/sh
/usr/bin/dsymutil-old "$*"
exit 0

to suppress the failing error code.  That would probably be better
than any of the previous suggestions because then you would still be
able to debug programs without .o files.

This works.
Thanks!


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