修订版 | 4e7ea9acf804dffbd257b20880d427afac8786b9 (tree) |
---|---|
时间 | 2018-11-05 21:51:59 |
作者 | Yoshinori Sato <ysato@sa76...> |
Commiter | Yoshinori Sato |
disable 64bit double
@@ -20,8 +20,8 @@ | ||
20 | 20 | |
21 | 21 | # Enable multilibs: |
22 | 22 | |
23 | -MULTILIB_OPTIONS = m64bit-doubles | |
24 | -MULTILIB_DIRNAMES = 64-bit-double | |
23 | +MULTILIB_OPTIONS = | |
24 | +MULTILIB_DIRNAMES = | |
25 | 25 | |
26 | 26 | MULTILIB_MATCHES = nofpu=mnofpu nofpu=mcpu?rx200 nofpu=mcpu?RX200 |
27 | 27 |
@@ -23,6 +23,7 @@ | ||
23 | 23 | # the normal libgcc sources: |
24 | 24 | |
25 | 25 | LIB2ADD = $(srcdir)/config/rx/rx-abi-functions.c |
26 | +HOST_LIBGCC2_CFLAGS += -DDF=SF | |
26 | 27 | |
27 | 28 | |
28 | 29 | # We need special handling of the floating point conversion |