Skip to content

Commit

Permalink
hal/armv8r: Disable fpu in compile options
Browse files Browse the repository at this point in the history
JIRA: RTOS-941
  • Loading branch information
badochov committed Oct 8, 2024
1 parent 36cac49 commit 350b66c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hal/armv8r/mps3an536/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
LDFLAGS := $(filter-out -Tbss% , $(LDFLAGS))
LDFLAGS := $(filter-out -Tdata% , $(LDFLAGS))

CFLAGS:=$(filter-out -mfloat-abi% , $(CFLAGS))
CFLAGS:=$(filter-out -mfpu% , $(CFLAGS))

CFLAGS += -Ihal/armv8r/mps3an536

# Limited set of commands because of memory constraints on QEMU
Expand Down

0 comments on commit 350b66c

Please sign in to comment.