]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rtems.h: Abandon -qrtems_debug.
authorRalf Corsepius <ralf.corsepius@rtems.org>
Mon, 29 Mar 2010 05:06:42 +0000 (07:06 +0200)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Mon, 29 Mar 2010 05:06:42 +0000 (07:06 +0200)
2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>

* config/rtems.h: Abandon -qrtems_debug.

From-SVN: r157791

gcc/ChangeLog
gcc/config/rtems.h

index aaff4b425aafdcf053419007ed8734d329878f33..9d2dd62ba5ee7c2dd2b405db2911636a3dce04b7 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
+
+       * config/rtems.h: Abandon -qrtems_debug.
+
 2010-03-28  Jan Hubicka  <jh@suse.cz>
 
        PR tree-optimization/43505
index 723cb4c95b0effee0bf15806890d3a8bf159010e..1d65412b9a0ba2fbf8907ee49599ff29886464a4 100644 (file)
@@ -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}}}"