aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/t-osf4
blob: af1a67dfcbb1da6d55131413f33e75717f1d178a (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.1 -Wl,-soname,@shlib_base_name@.so.1 \
	-o @shlib_base_name@.so @multilib_flags@ @shlib_objs@ -lc && \
	rm -f @shlib_base_name@.so.1 && \
	$(LN_S) @shlib_base_name@.so @shlib_base_name@.so.1
# $(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.1; \
	rm -f $$(slibdir)/@shlib_base_name@.so; \
	$(LN_S) @shlib_base_name@.so.1 $$(slibdir)/@shlib_base_name@.so