diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2010-12-16 18:12:23 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2010-12-16 18:12:23 +0000 |
commit | a4b56e0218ecfc45a452cdbe60f3d19f35a6c8b9 (patch) | |
tree | 5a3401d20cbba543eb6dcc4b9302c304ae9353af /gcc/config/spu/t-spu-elf | |
parent | 9712cba0068a0afe871a49c455d104efcb8260a0 (diff) | |
download | gcc-a4b56e0218ecfc45a452cdbe60f3d19f35a6c8b9.tar.gz |
t-spu-elf (LIB2_SIDITI_CONV_FUNC): Define.
* config/spu/t-spu-elf (LIB2_SIDITI_CONV_FUNC): Define.
* config/spu/spu.h (MIN_UNITS_PER_WORD): Do not define.
(LIBGCC2_UNITS_PER_WORD): Define if not already defined.
From-SVN: r167950
Diffstat (limited to 'gcc/config/spu/t-spu-elf')
-rw-r--r-- | gcc/config/spu/t-spu-elf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/spu/t-spu-elf b/gcc/config/spu/t-spu-elf index 3bb54e428dd..341a5aadee3 100644 --- a/gcc/config/spu/t-spu-elf +++ b/gcc/config/spu/t-spu-elf @@ -61,6 +61,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/spu/t-spu-elf echo '#define FLOAT' > fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c +# Build TImode conversion routines to support Fortran 128-bit +# integer data types. +LIB2_SIDITI_CONV_FUNCS=yes + # Don't let CTOR_LIST end up in sdata section. CRTSTUFF_T_CFLAGS = |