http://llvm.org/bugs/show_bug.cgi?id=11490

             Bug #: 11490
           Summary: projects/sample/Makefile.llvm.config incorrectly
                    configures x86_64 target as 'x86'
           Product: Build scripts
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


When compiling from trunk on a x86_64 hardware, the
projects/sample/Release+Asserts/lib/libsample.a build fails because it gets
compiled for i386 rather than x86_64. This misbehavior is caused by a wrong
parameter in projects/sample/Makefile.llvm.config line 85:

# Target hardware architecture
ARCH=x86

instead of:

# Target hardware architecture
ARCH=x86_64

And so the build fails without a correcting patch. I think it is very easy to
fix.

V.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to