pa-pro.h (TARGET_DEFAULT): Turn on TARGET_SOFT_FLOAT by default for all pro targets.
authorJeff Law <law@gcc.gnu.org>
Fri, 2 Feb 1996 02:50:29 +0000 (19:50 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Feb 1996 02:50:29 +0000 (19:50 -0700)
        * 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

gcc/config/pa/pa-pro.h
gcc/config/pa/t-pro

index 0bbc44ae347b1eed01cd43b054060de476f9ae8b..ce8388bdc30a44b2dce9742b4bd58e16f9abd736 100644 (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.  */
index 5541e4b36113ffca38d254615a40d67aa0593d88..af77bd8752cc15e62cf5b9ee2145b2013e0c607e 100644 (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