comparison gcc/config/rx/rx.opt @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
28 m32bit-doubles 28 m32bit-doubles
29 Target RejectNegative InverseMask(64BIT_DOUBLES) Report 29 Target RejectNegative InverseMask(64BIT_DOUBLES) Report
30 Stores doubles in 32 bits. This is the default. 30 Stores doubles in 32 bits. This is the default.
31 31
32 nofpu 32 nofpu
33 Target RejectNegative Mask(NO_USE_FPU) Report 33 Target RejectNegative Alias(mnofpu)
34 Disable the use of RX FPU instructions. 34 Disable the use of RX FPU instructions.
35 35
36 mnofpu 36 mnofpu
37 Target RejectNegative Mask(NO_USE_FPU) MaskExists Undocumented 37 Target RejectNegative Mask(NO_USE_FPU) Report Undocumented
38 38
39 fpu 39 fpu
40 Target RejectNegative InverseMask(NO_USE_FPU) Report 40 Target RejectNegative InverseMask(NO_USE_FPU) Report
41 Enable the use of RX FPU instructions. This is the default. 41 Enable the use of RX FPU instructions. This is the default.
42 42
43 ;--------------------------------------------------- 43 ;---------------------------------------------------
44 44
45 mcpu= 45 mcpu=
46 Target RejectNegative Joined Var(rx_cpu_name) Report 46 Target RejectNegative Joined Var(rx_cpu_name) Report
47 Specify the target RX cpu type. 47 Specify the target RX cpu type.
48
49 patch=
50 Target RejectNegative Joined Var(rx_cpu_name)
51 Alias for -mcpu.
52 48
53 ;--------------------------------------------------- 49 ;---------------------------------------------------
54 50
55 mbig-endian-data 51 mbig-endian-data
56 Target RejectNegative Mask(BIG_ENDIAN_DATA) Report 52 Target RejectNegative Mask(BIG_ENDIAN_DATA) Report