diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-05 04:45:12 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-05 04:45:12 +0000 |
commit | 02c5dcd9884813ad34c0469dd97f8e5b734e0055 (patch) | |
tree | e85f87909b0d289b2503aad91325c18aea473366 /libgcc/config.host | |
parent | 5747d366787cc461b8b4b79b4575f22df9feaa03 (diff) | |
download | gcc-02c5dcd9884813ad34c0469dd97f8e5b734e0055.tar.gz |
2011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host (avr-*-rtems*): Add config/avr/t-rtems.
* config/avr/t-rtems: New.
Filter out _exit from LIB1ASMFUNCS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181003 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 01e71237d1a..183417981f7 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -390,7 +390,7 @@ arm*-wince-pe*) tmake_file="$tmake_file arm/t-arm arm/t-wince-pe" ;; avr-*-rtems*) - tmake_file="$tmake_file avr/t-avr t-fpbit" + tmake_file="$tmake_file avr/t-avr avr/t-rtems t-fpbit" tm_file="$tm_file avr/avr-lib.h" # Don't use default. extra_parts= |