aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/t-arm
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-03-07 00:29:08 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2013-03-07 00:29:08 +0100
commit01a454df84558c04c49d5f4e31c55cd4267df2bc (patch)
treef471368277c11b8be4d9dcdbb68f21a562c71abb /gcc/config/arm/t-arm
parentc1781047ab626bd67efc080b425d0c5a4a6cf58e (diff)
downloadgcc-01a454df84558c04c49d5f4e31c55cd4267df2bc.zip
gcc-01a454df84558c04c49d5f4e31c55cd4267df2bc.tar.gz
gcc-01a454df84558c04c49d5f4e31c55cd4267df2bc.tar.bz2
* config/arm/t-arm (TM_H, OPTIONS_H_EXTRA): Add arm-cores.def.
From-SVN: r196512
Diffstat (limited to 'gcc/config/arm/t-arm')
-rw-r--r--gcc/config/arm/t-arm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/t-arm b/gcc/config/arm/t-arm
index 40b3cd7..96b88de 100644
--- a/gcc/config/arm/t-arm
+++ b/gcc/config/arm/t-arm
@@ -18,6 +18,9 @@
# along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
+TM_H += $(srcdir)/config/arm/arm-cores.def
+OPTIONS_H_EXTRA += $(srcdir)/config/arm/arm-cores.def
+
# All md files - except for arm.md.
# This list should be kept in alphabetical order and updated whenever an md
# file is added or removed.