Changes in directory llvm:
Makefile.config.in updated: 1.72 -> 1.73
configure updated: 1.261 -> 1.262
---
Log message:
Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the
cc1 and cc1plus executables live.
---
Diffs of the changes: (+33 -25)
Makefile.config.in |3 +
Changes in directory llvm:
Makefile.config.in updated: 1.61 -> 1.62
configure updated: 1.242 -> 1.243
---
Log message:
For PR848: http://llvm.org/PR848 :
1. Get the path to the pwd binary (/bin/pwd usually) from configure.
2. Use that path to run pwd in all path variables set in Makefile.config
Changes in directory llvm:
Makefile.config.in updated: 1.60 -> 1.61
configure updated: 1.241 -> 1.242
---
Log message:
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
Changes in directory llvm:
Makefile.config.in updated: 1.58 -> 1.59
configure updated: 1.238 -> 1.239
---
Log message:
Added --with-extra-options=opts to specify additional options to build LLVM and
run tests.
---
Diffs of the changes: (+21 -1)
Makefile.config.in |3 +++
configure