comparison gcc/config/rtems.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see 17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 /* The system headers under RTEMS are C++-aware. */ 20 /* The system headers under RTEMS are C++-aware. */
21 #undef NO_IMPLICIT_EXTERN_C
21 #define NO_IMPLICIT_EXTERN_C 22 #define NO_IMPLICIT_EXTERN_C
22 23
23 /* 24 /*
24 * Dummy start/end specification to let linker work as 25 * Dummy start/end specification to let linker work as
25 * needed by autoconf scripts using this compiler. 26 * needed by autoconf scripts using this compiler.
38 #undef LIB_SPEC 39 #undef LIB_SPEC
39 #define LIB_SPEC "%{!qrtems: " STD_LIB_SPEC "} " \ 40 #define LIB_SPEC "%{!qrtems: " STD_LIB_SPEC "} " \
40 "%{!nostdlib: %{qrtems: --start-group \ 41 "%{!nostdlib: %{qrtems: --start-group \
41 -lrtemsbsp -lrtemscpu \ 42 -lrtemsbsp -lrtemscpu \
42 -lc -lgcc --end-group %{!qnolinkcmds: -T linkcmds%s}}}" 43 -lc -lgcc --end-group %{!qnolinkcmds: -T linkcmds%s}}}"
44
45 #define TARGET_POSIX_IO