diff options
Diffstat (limited to 'gcc/config/mips/x-native')
-rw-r--r-- | gcc/config/mips/x-native | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/x-native b/gcc/config/mips/x-native new file mode 100644 index 000000000..5e31121ed --- /dev/null +++ b/gcc/config/mips/x-native @@ -0,0 +1,3 @@ +driver-native.o : $(srcdir)/config/mips/driver-native.c \ + $(CONFIG_H) $(SYSTEM_H) + $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< |