diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-29 05:06:42 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-29 05:06:42 +0000 |
commit | 76ba288e7307289f8b6eec264346cc762ab042a1 (patch) | |
tree | 167b604d83841db5214da282a443b6f78e673c2f /gcc/config/rtems.h | |
parent | 2a78007bfa99f14475e6ee3076888ca096dbe564 (diff) | |
download | gcc-76ba288e7307289f8b6eec264346cc762ab042a1.tar.gz |
2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/rtems.h: Abandon -qrtems_debug.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rtems.h')
-rw-r--r-- | gcc/config/rtems.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h index 723cb4c95b0..1d65412b9a0 100644 --- a/gcc/config/rtems.h +++ b/gcc/config/rtems.h @@ -38,6 +38,5 @@ along with GCC; see the file COPYING3. If not see #undef LIB_SPEC #define LIB_SPEC "%{!qrtems: " STD_LIB_SPEC "} " \ "%{!nostdlib: %{qrtems: --start-group \ - %{!qrtems_debug: -lrtemsbsp -lrtemscpu} \ - %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ + -lrtemsbsp -lrtemscpu \ -lc -lgcc --end-group %{!qnolinkcmds: -T linkcmds%s}}}" |