From 64b371b1b5a681e58c22c6decb1884e0811d6014 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Jan 2018 06:17:22 +0000 Subject: RTEMS/EPIPHANY: Add RTEMS support gcc/ * config.gcc (epiphany-*-elf*): Add (epiphany-*-rtems*) configuration. * config/epiphany/rtems.h: New file. libgcc/ * config.host (epiphany-*-elf*): Add (epiphany-*-rtems*) configuration. From-SVN: r256273 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f434726..8d659fe8 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2018-01-05 Sebastian Huber + + * config.host (epiphany-*-elf*): Add (epiphany-*-rtems*) + configuration. + 2018-01-03 Jakub Jelinek Update copyright years. diff --git a/libgcc/config.host b/libgcc/config.host index 4c10aa0..96d55a4 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -507,8 +507,8 @@ cris-*-elf) cris-*-linux* | crisv32-*-linux*) tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-linux" ;; -epiphany-*-elf*) - tmake_file="epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf" +epiphany-*-elf* | epiphany-*-rtems*) + tmake_file="$tmake_file epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf" extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o" ;; fr30-*-elf) -- cgit v1.1