Skip to content

Commit

Permalink
Stop hard-coding NEON support for armv7-unknown-linux-musleabihf.
Browse files Browse the repository at this point in the history
Fixes #252.

Signed-off-by: Brian Smith <brian@briansmith.org>
  • Loading branch information
briansmith committed Jan 26, 2019
1 parent 718a19c commit 1232d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/armv7-unknown-linux-musleabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ COPY musl.sh /
RUN bash /musl.sh \
TARGET=arm-linux-musleabihf \
"COMMON_CONFIG += --with-arch=armv7-a \
--with-fpu=neon \
--with-float=hard \
--with-mode=thumb"

Expand Down

0 comments on commit 1232d0e

Please sign in to comment.