diff options
Diffstat (limited to 'gcc/config/mn10300/t-mn10300')
-rwxr-xr-x | gcc/config/mn10300/t-mn10300 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gcc/config/mn10300/t-mn10300 b/gcc/config/mn10300/t-mn10300 deleted file mode 100755 index 04a5ea0..0000000 --- a/gcc/config/mn10300/t-mn10300 +++ /dev/null @@ -1,29 +0,0 @@ -LIBGCC1=libgcc1.null -CROSS_LIBGCC1=libgcc1.null - -# These are really part of libgcc1, but this will cause them to be -# built correctly, so... - -# We want fine grained libraries, so use the new code to build the -# floating point emulation libraries. -FPBIT = fp-bit.c -DPBIT = dp-bit.c - -dp-bit.c: $(srcdir)/config/fp-bit.c - echo '#ifdef __LITTLE_ENDIAN__' > dp-bit.c - echo '#define FLOAT_BIT_ORDER_MISMATCH' >>dp-bit.c - echo '#endif' >> dp-bit.c - cat $(srcdir)/config/fp-bit.c >> dp-bit.c - -fp-bit.c: $(srcdir)/config/fp-bit.c - echo '#define FLOAT' > fp-bit.c - echo '#ifdef __LITTLE_ENDIAN__' >> fp-bit.c - echo '#define FLOAT_BIT_ORDER_MISMATCH' >>fp-bit.c - echo '#endif' >> fp-bit.c - cat $(srcdir)/config/fp-bit.c >> fp-bit.c - -MULTILIB_OPTIONS = mam33 -MULTILIB_DIRNAMES = am33 - -LIBGCC = stmp-multilib -INSTALL_LIBGCC = install-multilib |