diff options
Diffstat (limited to 'gcc/config/x-solaris')
-rw-r--r-- | gcc/config/x-solaris | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/x-solaris b/gcc/config/x-solaris new file mode 100644 index 000000000..3e99df657 --- /dev/null +++ b/gcc/config/x-solaris @@ -0,0 +1,4 @@ +host-solaris.o : $(srcdir)/config/host-solaris.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) + $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ + $(srcdir)/config/host-solaris.c |