CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/03/04 18:55:18
Added files:
gnu/usr.bin/clang/llvm-config: BuildVariables.inc.def
LibraryDependencies.inc.AArch64
LibraryDependencies.inc.ARM
LibraryDependencies.inc.Mips
LibraryDependencies.inc.PowerPC
LibraryDependencies.inc.Sparc
LibraryDependencies.inc.X86
Makefile
Log message:
add Makefile for llvm-config
A build time dependency on python is avoided by generating the arch
specific list of library components in advance. A 'reconf' target
is included to regenerate them. Approach discussed with patrick@