Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
authorReid Spencer <rspencer@reidspencer.com>
Thu, 27 Jul 2006 23:00:30 +0000 (23:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 27 Jul 2006 23:00:30 +0000 (23:00 +0000)
commit1bc686433bd5dea7ef4b8b5d97cd9461f041b56f
tree46fd449741fbb14fa90fc11b2fd629d3034e65dc
parentb3c334674ddf4671c22d750a612e91e481a33ac8
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must use autoconf to determine the correct "nm" to use and propagate that
through the makefiles, through llvm-config and finally to GenLibDeps.pl as
an optional argument.
Patch contributed by Anton Korobeynikov. Thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29368 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
autoconf/configure.ac
configure
tools/analyze/Makefile
tools/llvm-config/Makefile
tools/llvm-config/llvm-config.in.in
utils/GenLibDeps.pl