pa-pro.h (TARGET_DEFAULT): Turn on TARGET_SOFT_FLOAT by default for all pro targets.

* pa-pro.h (TARGET_DEFAULT): Turn on TARGET_SOFT_FLOAT by
        default for all pro targets.
        * t-pro: Delete all multilib references.

From-SVN: r11156
This commit is contained in:
Jeff Law 1996-02-01 19:50:29 -07:00
parent 79a8aaa8da
commit 2029eca3a3
2 changed files with 2 additions and 11 deletions

View File

@ -18,8 +18,8 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef TARGET_DEFAULT
/* JUMP_IN_DELAY + PORTABLE_RUNTIME + GAS + NO_SPAEC_REGS */
#define TARGET_DEFAULT (4 + 8 + 64 + 128)
/* JUMP_IN_DELAY + PORTABLE_RUNTIME + GAS + NO_SPACE_REGS + SOFT_FLOAT */
#define TARGET_DEFAULT (4 + 8 + 64 + 128 + 256)
#endif
/* Global constructor and destructor support. */

View File

@ -19,12 +19,3 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
lib2funcs.asm: $(srcdir)/config/pa/lib2funcs.asm
rm -f lib2funcs.asm
cp $(srcdir)/config/pa/lib2funcs.asm .
# Build the libraries for both hard and soft floating point
MULTILIB_OPTIONS=msoft-float
MULTILIB_DIRNAMES=soft-float
MULTILIB_MATCHES=
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib