t-spu-elf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright (C) 2006-2015 Free Software Foundation, Inc.
  2. #
  3. # This file is free software; you can redistribute it and/or modify it under
  4. # the terms of the GNU General Public License as published by the Free
  5. # Software Foundation; either version 3 of the License, or (at your option)
  6. # any later version.
  7. #
  8. # This file is distributed in the hope that it will be useful, but WITHOUT
  9. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10. # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  11. # for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License
  14. # along with GCC; see the file COPYING3. If not see
  15. # <http://www.gnu.org/licenses/>.
  16. # Multi-lib support.
  17. MULTILIB_OPTIONS=mea64
  18. spu.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
  19. $(RTL_H) $(REGS_H) hard-reg-set.h dumpfile.h \
  20. real.h insn-config.h conditions.h insn-attr.h flags.h $(RECOG_H) \
  21. $(OBSTACK_H) $(TREE_H) $(EXPR_H) $(OPTABS_H) except.h function.h \
  22. output.h $(BASIC_BLOCK_H) $(GGC_H) $(HASHTAB_H) \
  23. $(TM_P_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h reload.h $(CFGLOOP_H) \
  24. $(srcdir)/config/spu/spu-protos.h \
  25. $(srcdir)/config/spu/spu-builtins.def
  26. spu-c.o: $(srcdir)/config/spu/spu-c.c \
  27. $(srcdir)/config/spu/spu-protos.h \
  28. $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(CPPLIB_H) \
  29. $(TM_P_H) $(C_COMMON_H) $(C_PRAGMA_H) coretypes.h $(TM_H) insn-codes.h
  30. $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  31. $(srcdir)/config/spu/spu-c.c