gnu: qt: On armhf, enable use of NEON.

* gnu/packages/qt.scm (qt-4)[arguments]: Remove "-no-neon" from arguments
  passed to configure.
master
Mark H Weaver 2015-07-10 14:52:45 -04:00
parent 3a286b9594
commit 84811c22ff
1 changed files with 1 additions and 2 deletions

View File

@ -297,8 +297,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
"-no-ssse3"
"-no-sse4.1"
"-no-sse4.2"
"-no-avx"
"-no-neon")))))
"-no-avx")))))
(add-after
'install 'move-doc
(lambda* (#:key outputs #:allow-other-keys)