Browse Source

Updated readme for cross compiling.

tags/v0.1alpha1
Xianyi Zhang 14 years ago
parent
commit
cf36f136d5
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      README

+ 8
- 0
README View File

@@ -5,8 +5,16 @@ OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenB

2.Intallation
check out codes from git://github.com/xianyi/OpenBLAS.git
1)Normal compile
Please read GotoBLAS_02QuickInstall.txt or type "make"

2)Cross compile
Please set CC and FC with the cross toolchains. Then, set HOSTCC with your host C compiler. At last, set TARGET explicitly.

examples:
On X86 box, compile this library for loongson3a CPU.
make BINARY=64 CC=mips64el-unknown-linux-gnu-gcc FC=mips64el-unknown-linux-gnu-gfortran HOSTCC=gcc TARGET=LOONGSON3A

3.Support CPU & OS
Please read GotoBLAS_01Readme.txt



Loading…
Cancel
Save