aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1994-11-18 04:38:41 +0000
committerDoug Evans <dje@gnu.org>1994-11-18 04:38:41 +0000
commit9a53651de5b712eab37ab65518911a1177dfdb5c (patch)
tree945cb3221afb42aa388d40d794de66dcc9f343d1 /gcc
parent291cab5be15ed3fe806e57a29612e1769b252272 (diff)
downloadgcc-9a53651de5b712eab37ab65518911a1177dfdb5c.zip
gcc-9a53651de5b712eab37ab65518911a1177dfdb5c.tar.gz
gcc-9a53651de5b712eab37ab65518911a1177dfdb5c.tar.bz2
#include "gofast.h"
#include "gofast.h" (INIT_SUBTARGET_OPTABS): Define. From-SVN: r8508
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/lite.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h
index 89f48af..681e519 100644
--- a/gcc/config/sparc/lite.h
+++ b/gcc/config/sparc/lite.h
@@ -30,3 +30,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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