aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilepro/t-tilepro
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tilepro/t-tilepro')
-rw-r--r--gcc/config/tilepro/t-tilepro15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/config/tilepro/t-tilepro b/gcc/config/tilepro/t-tilepro
new file mode 100644
index 0000000..bc2a5aa
--- /dev/null
+++ b/gcc/config/tilepro/t-tilepro
@@ -0,0 +1,15 @@
+tilepro-c.o: $(srcdir)/config/tilepro/tilepro-c.c \
+ $(CONFIG_H) $(SYSTEM_H) coretypes.h $(MACHMODE_H) \
+ $(TM_H) $(TM_P_H) $(CPPLIB_H) $(TREE_H) $(C_COMMON_H)
+ $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
+
+$(srcdir)/config/tilepro/mul-tables.c: \
+ $(srcdir)/config/tilepro/gen-mul-tables.cc
+ $(CC_FOR_BUILD) $(BUILD_CPPFLAGS) -O2 -DTILEPRO \
+ -o gen-mul-tables -lstdc++ $<;
+ ./gen-mul-tables > $@
+
+mul-tables.o: $(srcdir)/config/tilepro/mul-tables.c \
+ $(CONFIG_H) $(SYSTEM_H) coretypes.h $(EXPR_H) $(OPTABS_H) \
+ $(srcdir)/config/tilepro/tilepro-multiply.h
+ $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<