| Index: gcc/gcc/config/rtems.h
|
| diff --git a/gcc/gcc/config/rtems.h b/gcc/gcc/config/rtems.h
|
| index 723cb4c95b0effee0bf15806890d3a8bf159010e..39ddcb7b55edc401ee3c7433fe68c639621361b6 100644
|
| --- a/gcc/gcc/config/rtems.h
|
| +++ b/gcc/gcc/config/rtems.h
|
| @@ -1,5 +1,5 @@
|
| /* Configuration common to all targets running RTEMS.
|
| - Copyright (C) 2000, 2002, 2004, 2007 Free Software Foundation, Inc.
|
| + Copyright (C) 2000, 2002, 2004, 2007, 2010 Free Software Foundation, Inc.
|
|
|
| This file is part of GCC.
|
|
|
| @@ -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}}}"
|
|
|