From: Jason Thorpe Date: Wed, 4 Sep 2002 21:34:47 +0000 (+0000) Subject: * config/sparc/t-netbsd64: Disable multilib for now. X-Git-Tag: releases/gcc-3.2.1~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a806fe129f03304253c90ed85086b85e68a1f4;p=thirdparty%2Fgcc.git * config/sparc/t-netbsd64: Disable multilib for now. From-SVN: r56812 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45978d6f7adb..6439ef6ef6e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-04 Jason Thorpe + + * config/sparc/t-netbsd64: Disable multilib for now. + 2002-09-01 Alexandre Oliva * c-tree.h (skip_evaluation): Move declaration... diff --git a/gcc/config/sparc/t-netbsd64 b/gcc/config/sparc/t-netbsd64 index 1292b86367fe..0fddb0ffe873 100644 --- a/gcc/config/sparc/t-netbsd64 +++ b/gcc/config/sparc/t-netbsd64 @@ -1,6 +1,8 @@ -MULTILIB_OPTIONS = m32/m64 -MULTILIB_DIRNAMES = 32 64 -MULTILIB_MATCHES = +# Disable multilib fow now, as NetBSD/sparc64 does not ship with +# a 32-bit environment. +#MULTILIB_OPTIONS = m32/m64 +#MULTILIB_DIRNAMES = 32 64 +#MULTILIB_MATCHES = -LIBGCC = stmp-multilib -INSTALL_LIBGCC = install-multilib +#LIBGCC = stmp-multilib +#INSTALL_LIBGCC = install-multilib