]> git.ipfire.org Git - thirdparty/gcc.git/commit
Ada, Darwin : Use DSYMUTIL_FOR_TARGET in libgnat/gnarl builds.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 12 Nov 2021 16:36:25 +0000 (16:36 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 29 Jun 2024 02:38:37 +0000 (03:38 +0100)
commitd08739dc3e99eaee3fea6375f31b14249265f227
tree8b0338dc6bcc1718d37ff1f347ea48d245a4f6ee
parent834a5eb3a266dec6b42c162e6f74028181dd98f7
Ada, Darwin : Use DSYMUTIL_FOR_TARGET in libgnat/gnarl builds.

Most of the time we get away with using the dsymutil that is
installed with the latest Xcode, however for some cross-compilation
cases that does not work.

We now have the ability to specify the correct dsymutil to use for
the toolchain (--with-dsymutil=) and we should use that specified
tool for debug link.  Fixes cross-compilers from x86-64 to powerpc.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/ada/ChangeLog:

* gcc-interface/Makefile.in: Use DSYMUTIL_FOR_TARGET in
libgnat/libgnarl recipies.
gcc/ada/gcc-interface/Makefile.in