]> git.ipfire.org Git - thirdparty/gcc.git/commit
darwin - add configuration support for 'otool'
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 5 Dec 2018 21:57:00 +0000 (21:57 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 5 Dec 2018 21:57:00 +0000 (21:57 +0000)
commite4a9a572770b48375561c7ca424eb94eb45a9fcb
tree5fcb51fb4479259bf04ee549f9747cc0978d4a4e
parentddaa5da9d2e9ecb75fb45d7547d7d92e4b8e6ff7
darwin - add configuration support for 'otool'

2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>

* configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
(ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
(GCC_TARGET_TOOL): Likewise.
* Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
(BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
OTOOL, OTOOL_FOR_TARGET: New substitutions.
(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
* configure: Regenerate.
* Makefile.in: Likewise.

gcc/

* configure.ac (gcc_cv_otool): Set.
* configure: Regenerate.

From-SVN: r266831
ChangeLog
Makefile.in
Makefile.tpl
configure
configure.ac
gcc/ChangeLog
gcc/configure
gcc/configure.ac