commit | 84ec68d21aad04858f19dd91a6280a2016a278a3 | [log] [tgz] |
---|---|---|
author | Parag Salasakar <img.mips1@gmail.com> | Mon Mar 16 12:36:59 2015 +0530 |
committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | Tue Mar 24 15:18:38 2015 -0700 |
tree | b4c9065f039d52b6e982e51976844679eb31be67 | |
parent | ab788c53807bd6d12f60c3efaebe12107ab12354 [diff] |
mips msa configuration patch for MIPS SIMD Arch (MSA) P5600 and I6400 For P5600: CROSS=$MTI/bin/mips-mti-linux-gnu- CFLAGS='-EL' CXXFLAGS='-EL' LDFLAGS='-EL'\ ../configure --target=mips32-linux-gcc --cpu=p5600 --enable-msa For I6400: CROSS=$IMG/bin/mips-img-linux-gnu- CFLAGS='-EL' CXXFLAGS='-EL' LDFLAGS='-EL'\ ../configure --target=mips64-linux-gcc --cpu=i6400 --enable-msa Change-Id: Id25f721ea1f1991d5116e04dba713aebd7378f05