summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/lite.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1994-11-18 04:38:41 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1994-11-18 04:38:41 +0000
commit10e5c67abc73a4eb0413aa88bbbf5f1d8cb01b83 (patch)
tree945cb3221afb42aa388d40d794de66dcc9f343d1 /gcc/config/sparc/lite.h
parent361a5e6dd08e5e7e1417668a6dd92ebad1c54d84 (diff)
downloadgcc-10e5c67abc73a4eb0413aa88bbbf5f1d8cb01b83.tar.gz
#include "gofast.h"
(INIT_SUBTARGET_OPTABS): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8508 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/lite.h')
-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 89f48afb03d..681e51905b4 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