[LLVMbugs] [Bug 4355] New: configure does not pass options to BuildTools subdir
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 10 03:29:58 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4355
Summary: configure does not pass options to BuildTools subdir
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: e0325716 at student.tuwien.ac.at
CC: llvmbugs at cs.uiuc.edu, e0325716 at student.tuwien.ac.at
When cross-compiling LLVM the build tools are created in BuildTools subdir but
the configure there does not use the same options as the regular build.
When I configure the project with
../llvm-c7/configure --prefix=/nfs/a5/astifter/astifter/llvm/llvm-ppc64-install
--enable-optimized --disable-assertions --host=ppc64-linux
then the configure in BuildTools is done with
../../llvm-svn/configure
This has the effect that the BuildTools/Debug directory contains the
executables whereas the build is searching for them in
BuildTools/Release-Asserts.
A manual workaround for now is to symlink these two directories in BuildTools.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list