From 6ab081b3dd097fcd492892901a22b986a8421d79 Mon Sep 17 00:00:00 2001 From: 5schatten Date: Tue, 16 Apr 2019 23:08:24 +0200 Subject: [PATCH] Allwinner/H3: remove deprecated softfp TARGET_FLOAT option -> use either hard or soft --- projects/Allwinner/devices/H3/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Allwinner/devices/H3/options b/projects/Allwinner/devices/H3/options index d81632549e..dbfe882111 100644 --- a/projects/Allwinner/devices/H3/options +++ b/projects/Allwinner/devices/H3/options @@ -21,7 +21,7 @@ # TARGET_FLOAT: # Specifies which floating-point ABI to use. Permissible values are: - # soft softfp hard + # soft hard TARGET_FLOAT="hard" # TARGET_FPU: