mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
softfp_float_modes := tf
|
|
softfp_int_modes := si di ti
|
|
softfp_extensions := sftf dftf hftf
|
|
softfp_truncations := tfsf tfdf tfhf
|
|
softfp_exclude_libgcc2 := n
|
|
softfp_extras := fixhfti fixunshfti floattihf floatuntihf
|
|
|
|
TARGET_LIBGCC2_CFLAGS += -Wno-missing-prototypes
|
|
|
|
LIB2ADD += $(srcdir)/config/aarch64/sfp-exceptions.c
|