comparison gcc/config/freebsd-spec.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
146 #if FBSD_MAJOR < 6 146 #if FBSD_MAJOR < 6
147 #define FBSD_DYNAMIC_LINKER "/usr/libexec/ld-elf.so.1" 147 #define FBSD_DYNAMIC_LINKER "/usr/libexec/ld-elf.so.1"
148 #else 148 #else
149 #define FBSD_DYNAMIC_LINKER "/libexec/ld-elf.so.1" 149 #define FBSD_DYNAMIC_LINKER "/libexec/ld-elf.so.1"
150 #endif 150 #endif
151
152 #if defined(HAVE_LD_EH_FRAME_HDR)
153 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
154 #endif
155
156 /* Use --as-needed -lgcc_s for eh support. */
157 #ifdef HAVE_LD_AS_NEEDED
158 #define USE_LD_AS_NEEDED 1
159 #endif