comparison gcc/config/m68k/uclinux.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
33 33
34 /* Override the default LIB_SPEC from gcc.c. We don't currently support 34 /* Override the default LIB_SPEC from gcc.c. We don't currently support
35 profiling, or libg.a. */ 35 profiling, or libg.a. */
36 #undef LIB_SPEC 36 #undef LIB_SPEC
37 #define LIB_SPEC \ 37 #define LIB_SPEC \
38 "%{mid-shared-library:%{!static-libc:-R libc.gdb%s}} -lc" 38 "%{mid-shared-library:%{!static-libc:-R libc.gdb%s}} %{pthread:-lpthread} -lc"
39 39
40 /* Default to using -elf2flt with no options. */ 40 /* Default to using -elf2flt with no options. */
41 #undef LINK_SPEC 41 #undef LINK_SPEC
42 #define LINK_SPEC \ 42 #define LINK_SPEC \
43 "%{!elf2flt*:-elf2flt} \ 43 "%{!elf2flt*:-elf2flt} \