build: disable ARM hard float support by default
ci/woodpecker/push/woodpecker Pipeline was successful Details

It appears to be broken.
master
Ariadne Conill 2024-08-07 20:06:26 -07:00
parent a65049c8d4
commit f593205e95
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ else
CPPFLAGS += -Iarch/common/include
endif
FORCE_SOFT_FLOAT := no
# ARM hard float support is presently broken.
FORCE_SOFT_FLOAT := yes
ifeq ($(FORCE_SOFT_FLOAT),yes)
CPPFLAGS += -DFORCE_SOFT_FLOAT