mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-04 13:06:01 +00:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
softfp_float_modes := tf
|
|
softfp_int_modes := si di ti
|
|
softfp_extensions := sftf dftf
|
|
softfp_truncations := tfsf tfdf
|
|
softfp_exclude_libgcc2 := n
|
|
|
|
TARGET_LIBGCC2_CFLAGS += -Wno-missing-prototypes
|
|
|
|
LIB2ADD += $(srcdir)/config/aarch64/sfp-exceptions.c
|