[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX. (original) (raw)
Eric Christopher echristo at apple.com
Tue Sep 20 11:50:07 PDT 2011
- Previous message: [LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
- Next message: [LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sep 20, 2011, at 11:46 AM, Johannes Obermayr wrote:
On Tuesday 20 September 2011 11:23:05 Eric Christopher wrote:
Why?
-eric Because openSUSE and many other linux distributions put all things to /usr/lib (i586) and /usr/lib64 (x8664) or /usr/lib32. So it is possible to install x86 and x8664 versions at the same time ... (See also http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/042068.html and http://llvm.org/bugs/showbug.cgi?id=10836)
It should be better to just use --libdir and make sure that LLVM_LIBDIR is set to the result of the configure option if it's different.
-eric
- Previous message: [LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
- Next message: [LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]