Home | History | Annotate | Download | only in ppc64

Lines Matching full:dsymutil

978 # created, with 'dsymutil p'.  We could redefine LINK with a script that
979 # executes 'dsymutil' after linking, but that's a pain. Instead we use this
981 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are
986 echo "dsymutil $$f"; \
987 dsymutil $$f; \