diff options
Diffstat (limited to 'gcc/config/rx/t-rx')
-rw-r--r-- | gcc/config/rx/t-rx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rx/t-rx b/gcc/config/rx/t-rx index 9a5dca9056a..dbd82da0c5a 100644 --- a/gcc/config/rx/t-rx +++ b/gcc/config/rx/t-rx @@ -23,6 +23,11 @@ MULTILIB_OPTIONS = m64bit-doubles nofpu mbig-endian-data mpid MULTILIB_DIRNAMES = 64-bit-double no-fpu-libs big-endian-data pid +# If necessary uncomment the next two lines to generate multilibs +# using the old, broken, ABI. +# MULTILIB_OPTIONS += mgcc-abi +# MULTILIB_DIRNAMES += gcc-abi + MULTILIB_MATCHES = nofpu=mnofpu nofpu=mcpu?rx200 MULTILIB_EXCEPTIONS = |