OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / config / arm / t-arm-softfp
1 softfp_float_modes := sf df
2 softfp_int_modes := si di
3 softfp_extensions := sfdf
4 softfp_truncations := dfsf
5 softfp_machine_header := arm/sfp-machine.h
6 softfp_exclude_libgcc2 := y
7 softfp_wrap_start := '\#ifdef __ARM_ARCH_6M__'
8 softfp_wrap_end := '\#endif'
9
10 # softfp seems to be missing a whole bunch of prototypes.
11 TARGET_LIBGCC2_CFLAGS += -Wno-missing-prototypes