aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/t-osf4
blob: 5c7bd8afe658d709c205b7a83abce7ea0eb93ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Compile crtbeginS.o and crtendS.o with pic.
CRTSTUFF_T_CFLAGS_S = -fPIC

# Compile libgcc2.a with pic.
TARGET_LIBGCC2_CFLAGS = -fPIC

# Build a shared libgcc library.
SHLIB_EXT = .so
SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
	-Wl,-msym -Wl,-set_version,gcc.0 -Wl,-soname,@shlib_base_name@.so.0 \
	-o @shlib_base_name@.so @multilib_flags@ @shlib_objs@ -lc && \
	rm -f @shlib_base_name@.so.0 && \
	$(LN_S) @shlib_base_name@.so @shlib_base_name@.so.0
# $(slibdir) double quoted to protect it from expansion while building
# libgcc.mk.  We want this delayed until actual install time.
SHLIB_INSTALL = $(INSTALL_DATA) @shlib_base_name@.so $$(slibdir)/@shlib_base_name@.so.0; \
	rm -f $$(slibdir)/@shlib_base_name@.so; \
	$(LN_S) @shlib_base_name@.so.0 $$(slibdir)/@shlib_base_name@.so