* 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
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. */
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