10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
|
softfp_float_modes := sf df
|
||
|
softfp_int_modes := si di
|
||
|
softfp_extensions := sfdf
|
||
|
softfp_truncations := dfsf
|
||
|
softfp_machine_header := moxie/sfp-machine.h
|
||
|
softfp_exclude_libgcc2 := y
|
||
|
|
||
|
# softfp seems to be missing a whole bunch of prototypes.
|
||
|
TARGET_LIBGCC2_CFLAGS += -Wno-missing-prototypes
|