From 8282721e69149bb576f793043144f1d7ddc68681 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 12 Dec 1995 18:57:58 +0000 Subject: [PATCH] (MULTILIB_{OPTIONS,DIRNAMES}): Add -mint32 support. From-SVN: r10703 --- gcc/config/h8300/t-h8300 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/h8300/t-h8300 b/gcc/config/h8300/t-h8300 index f072d99..fb4ced6 100644 --- a/gcc/config/h8300/t-h8300 +++ b/gcc/config/h8300/t-h8300 @@ -18,8 +18,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c echo '#endif' >> fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c -MULTILIB_OPTIONS = mh -MULTILIB_DIRNAMES = h8300h +MULTILIB_OPTIONS = mh mint32 +MULTILIB_DIRNAMES = h8300h int32 LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib -- 2.7.4