--- gcc/config/sparc/lite.h 2018/04/24 18:21:29 1.1.1.3 +++ gcc/config/sparc/lite.h 2018/04/24 18:28:52 1.1.1.4 @@ -16,7 +16,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include "sparc/sparc.h" @@ -30,3 +31,8 @@ the Free Software Foundation, 675 Mass A #undef TARGET_DEFAULT #define TARGET_DEFAULT (1024+130) + +/* US Software GOFAST library support. */ +#include "gofast.h" +#undef INIT_SUBTARGET_OPTABS +#define INIT_SUBTARGET_OPTABS INIT_GOFAST_OPTABS