comparison gcc/config/arm/t-arm-softfp @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
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