diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2018-01-05 06:17:22 +0000 |
---|---|---|
committer | Sebastian Huber <sh@gcc.gnu.org> | 2018-01-05 06:17:22 +0000 |
commit | 64b371b1b5a681e58c22c6decb1884e0811d6014 (patch) | |
tree | c9100e453f83ba4a923ad19a80a52fe91f75c26d /libgcc | |
parent | e170de7c7f8f9ccfd26907e5c4c5730f623647e5 (diff) | |
download | gcc-64b371b1b5a681e58c22c6decb1884e0811d6014.zip gcc-64b371b1b5a681e58c22c6decb1884e0811d6014.tar.gz gcc-64b371b1b5a681e58c22c6decb1884e0811d6014.tar.bz2 |
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
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 7 insertions, 2 deletions
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 <sebastian.huber@embedded-brains.de> + + * config.host (epiphany-*-elf*): Add (epiphany-*-rtems*) + configuration. + 2018-01-03 Jakub Jelinek <jakub@redhat.com> 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) |