qurt: Must use latest version of Eigen

The latest version of Eigen is required to build with the Hexagon
7.4 toolchain. Only certain C++11 features are supported and the
latest version if Eigen provides these tests. A patch is required
to add support for the Hexagon compiler.

These changes force the sync and then update of eigen and allow it
to be patched for qurt.

The eigen-3.2 submodule was removed as it is no longer needed by the
qurt build with the updated toolchain.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-09-28 10:49:48 -07:00
parent 837d122dda
commit c5e66e41f1
4 changed files with 2 additions and 5 deletions
-3
View File
@@ -22,6 +22,3 @@
[submodule "src/lib/dspal"]
path = src/lib/dspal
url = https://github.com/mcharleb/dspal.git
[submodule "src/lib/eigen-3.2"]
path = src/lib/eigen-3.2
url = https://github.com/PX4/eigen.git