2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 2010 05:06:42 +0000 (05:06 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 2010 05:06:42 +0000 (05:06 +0000)
* config/rtems.h: Abandon -qrtems_debug.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157791 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rtems.h

index aaff4b4..9d2dd62 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 723cb4c..1d65412 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}}}"