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