[LLVMbugs] [Bug 514] [llvmc] Reduce amount of configuration for llvmc .in files
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed May 18 18:11:34 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=514
rspencer at x10sys.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rspencer at x10sys.com 2005-05-18 20:11 -------
Fixed.
Patches here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050516/026597.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050516/026598.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050516/026599.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050516/026600.html
There are now several new substitution variables available in llvmc:
%bindir% = the path to installed binaries (= --prefix + /bin )
%libdir% = the path to installed libraries (= --prefix + /lib )
%llvmgccdir% = the root directory containing llvmgcc installation
%llvmgccarch% = the name of the architecture and gcc version partial paths
%llvmgcc% = full path to llvm-gcc
%llvmgxx% = full path to llvm-g++
%llvmcc1% = full path to the llvm-cc1 executable (c compiler)
%llvmcc1plus% = full path to the llvm-cc1plus executable (c++ compiler)
If necessary, more substitutions can be made available but this set seems to be
suitable for the task at hand.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list