Skip to content

Commit

Permalink
Updated configure string for patmos- prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhepp committed Mar 6, 2013
1 parent 714bb17 commit a087fd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.patmos
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ as a compiler, such that all system libraries are compiled to LLVM byte-code
In order to configure the build correctly use the following command, assuming
LLVM/Clang are installed unter ${LLVM_DIR}:

configure --target=patmos-unknown-unknown-elf AR_FOR_TARGET=${LLVM_DIR}/bin/llvm-ar \
RANLIB_FOR_TARGET=${LLVM_DIR}/bin/llvm-ranlib \
LD_FOR_TARGET=${LLVM_DIR}/bin/llvm-ld \
CC_FOR_TARGET=${LLVM_DIR}/bin/clang \
configure --target=patmos-unknown-unknown-elf AR_FOR_TARGET=${LLVM_DIR}/bin/patmos-llvm-ar \
RANLIB_FOR_TARGET=${LLVM_DIR}/bin/patmos-llvm-ranlib \
LD_FOR_TARGET=${LLVM_DIR}/bin/patmos-llvm-ld \
CC_FOR_TARGET=${LLVM_DIR}/bin/patmos-clang \
CFLAGS_FOR_TARGET="-target patmos-unknown-unknown-elf -O3" \
--prefix=${LLVM_DIR}

Expand Down

0 comments on commit a087fd1

Please sign in to comment.