Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: gcc/gcc/config/rtems.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/rs6000/x-darwin64 ('k') | gcc/gcc/config/s390/2064.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}}}"
« no previous file with comments | « gcc/gcc/config/rs6000/x-darwin64 ('k') | gcc/gcc/config/s390/2064.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698