What is the basic command line for using clang/llvm to produce ppc linux code? Tia. Reed
----- Original Message -----> From: "reed kotler" <rkotler at mips.com> > To: LLVMdev at cs.uiuc.edu > Cc: "Hal Finkel" <hfinkel at anl.gov> > Sent: Monday, April 21, 2014 12:33:58 PM > Subject: clang command line for ppc? > > What is the basic command line for using clang/llvm to produce ppc > linux > code?You mean cross-compiling from another host? The target triple is powerpc-unknown-linux-gnu or powerpc64-unknown-linux-gnu. -Hal> > Tia. > > Reed >-- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
On 04/21/2014 10:36 AM, Hal Finkel wrote:> ----- Original Message ----- >> From: "reed kotler" <rkotler at mips.com> >> To: LLVMdev at cs.uiuc.edu >> Cc: "Hal Finkel" <hfinkel at anl.gov> >> Sent: Monday, April 21, 2014 12:33:58 PM >> Subject: clang command line for ppc? >> >> What is the basic command line for using clang/llvm to produce ppc >> linux >> code? > You mean cross-compiling from another host? The target triple is powerpc-unknown-linux-gnu or powerpc64-unknown-linux-gnu.exactly. thanks. that is what i needed.> -Hal > >> Tia. >> >> Reed >>