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