OSDN Git Service

* stor-layout.c (is_pending_size, put_pending_size): New functions.
[pf3gnuchains/gcc-fork.git] / gcc / config / t-linux
1 # Don't run fixproto
2 STMP_FIXPROTO =
3
4 # Don't install "assert.h" in gcc. We use the one in glibc.
5 INSTALL_ASSERT_H =
6
7 # Compile crtbeginS.o and crtendS.o with pic.
8 CRTSTUFF_T_CFLAGS_S = -fPIC
9 # Compile libgcc2.a with pic.
10 TARGET_LIBGCC2_CFLAGS = -fPIC
11 # Build a shared libgcc library.
12 SHLIB_EXT = .so
13 SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
14         -Wl,--soname=@shlib_base_name@.so.0 \
15         -Wl,--version-script=@shlib_map_file@ \
16         -o @shlib_base_name@.so @multilib_flags@ @shlib_objs@ -lc && \
17         rm -f @shlib_base_name@.so.0 && \
18         $(LN_S) @shlib_base_name@.so @shlib_base_name@.so.0
19 # $(slibdir) double quoted to protect it from expansion while building
20 # libgcc.mk.  We want this delayed until actual install time.
21 SHLIB_INSTALL = $(INSTALL_DATA) @shlib_base_name@.so $$(slibdir)/@shlib_base_name@.so.0; \
22         rm -f $$(slibdir)/@shlib_base_name@.so; \
23         $(LN_S) @shlib_base_name@.so.0 $$(slibdir)/@shlib_base_name@.so
24 SHLIB_MKMAP = $(srcdir)/mkmap-symver.awk
25 SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver $(srcdir)/config/libgcc-glibc.ver
26
27 # Do not build libgcc1. Let gcc generate those functions. The GNU/Linux
28 # C library can handle them.
29 LIBGCC1 =
30 CROSS_LIBGCC1 =
31 LIBGCC1_TEST =