comparison gcc/config/aarch64/t-aarch64 @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 # Machine description for AArch64 architecture. 1 # Machine description for AArch64 architecture.
2 # Copyright (C) 2009-2017 Free Software Foundation, Inc. 2 # Copyright (C) 2009-2018 Free Software Foundation, Inc.
3 # Contributed by ARM Ltd. 3 # Contributed by ARM Ltd.
4 # 4 #
5 # This file is part of GCC. 5 # This file is part of GCC.
6 # 6 #
7 # GCC is free software; you can redistribute it and/or modify it 7 # GCC is free software; you can redistribute it and/or modify it
65 $(CONTEXT_H) $(TREE_PASS_H) regrename.h \ 65 $(CONTEXT_H) $(TREE_PASS_H) regrename.h \
66 $(srcdir)/config/aarch64/aarch64-protos.h 66 $(srcdir)/config/aarch64/aarch64-protos.h
67 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ 67 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
68 $(srcdir)/config/aarch64/cortex-a57-fma-steering.c 68 $(srcdir)/config/aarch64/cortex-a57-fma-steering.c
69 69
70 aarch64-speculation.o: $(srcdir)/config/aarch64/aarch64-speculation.cc \
71 $(CONFIG_H) \
72 $(SYSTEM_H) \
73 $(TM_H) \
74 $(TARGET_H) \
75 $(RTL_BASE_H) \
76 $(TREE_PASS_H)
77 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_SPPFLAGS) $(INCLUDES) \
78 $(srcdir)/config/aarch64/aarch64-speculation.cc
79
80 falkor-tag-collision-avoidance.o: \
81 $(srcdir)/config/aarch64/falkor-tag-collision-avoidance.c \
82 $(CONFIG_H) $(SYSTEM_H) $(TM_H) $(REGS_H) insn-config.h $(RTL_BASE_H) \
83 dominance.h cfg.h cfganal.h $(BASIC_BLOCK_H) $(INSN_ATTR_H) $(RECOG_H) \
84 output.h hash-map.h $(DF_H) $(OBSTACK_H) $(TARGET_H) $(RTL_H) \
85 $(CONTEXT_H) $(TREE_PASS_H) regrename.h \
86 $(srcdir)/config/aarch64/aarch64-protos.h
87 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
88 $(srcdir)/config/aarch64/falkor-tag-collision-avoidance.c
89
70 comma=, 90 comma=,
71 MULTILIB_OPTIONS = $(subst $(comma),/, $(patsubst %, mabi=%, $(subst $(comma),$(comma)mabi=,$(TM_MULTILIB_CONFIG)))) 91 MULTILIB_OPTIONS = $(subst $(comma),/, $(patsubst %, mabi=%, $(subst $(comma),$(comma)mabi=,$(TM_MULTILIB_CONFIG))))
72 MULTILIB_DIRNAMES = $(subst $(comma), ,$(TM_MULTILIB_CONFIG)) 92 MULTILIB_DIRNAMES = $(subst $(comma), ,$(TM_MULTILIB_CONFIG))