diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-26 08:07:52 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-26 08:07:52 +0000 |
commit | f8a22db12792095b65e73ef9c6c46f75ca2272f0 (patch) | |
tree | 23344e5887d82ca4a7b6bbe4c9c3984c8d8d6ed4 /gcc/config/avr | |
parent | 1efe9e9de4b6cf7c1f3b32ff67387e0888afb462 (diff) | |
download | gcc-f8a22db12792095b65e73ef9c6c46f75ca2272f0.tar.gz |
2012-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/avr/t-rtems: Revert previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192838 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/avr')
-rw-r--r-- | gcc/config/avr/t-rtems | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/avr/t-rtems b/gcc/config/avr/t-rtems index db986166402..a3ef8bd805d 100644 --- a/gcc/config/avr/t-rtems +++ b/gcc/config/avr/t-rtems @@ -1,4 +1,3 @@ # Multilibs for avr RTEMS targets. -# RTEMS uses _exit from newlib -LIB1ASMFUNCS := $(filter-out _exit,$(LIB1ASMFUNCS)) +# ATM, this is just a stub |