From ac16e9fd0fde714464fbef4719e1a341208d5a93 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sun, 29 Mar 2020 12:29:03 +0200 Subject: fix mismatch between hardware FP and software FP on ARM --- config_armhf.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 config_armhf.sh (limited to 'config_armhf.sh') diff --git a/config_armhf.sh b/config_armhf.sh new file mode 100755 index 00000000..8a1302bd --- /dev/null +++ b/config_armhf.sh @@ -0,0 +1 @@ +exec ./config_simple.sh arm-eabihf --toolprefix arm-linux-gnueabihf- "$@" -- cgit