7b3a4df550
* config.gcc (all gnu and linux): Use t-slibgcc-elf-ver with t-linux. (i386-*-solaris2): Use t-slibgcc-elf-ver or t-slibgcc-sld. (sparc*-*-solaris2): Likewise. * config/t-linux: Remove shared libgcc macros. * config/t-slibgcc-elf-ver: Move from sparc/t-slibgcc. * config/t-slibgcc-sld: Move from sparc/t-slibgcc-sld. From-SVN: r42602
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
# Don't run fixproto
|
|
STMP_FIXPROTO =
|
|
|
|
# Compile crtbeginS.o and crtendS.o with pic.
|
|
CRTSTUFF_T_CFLAGS_S = -fPIC
|
|
# Compile libgcc2.a with pic.
|
|
TARGET_LIBGCC2_CFLAGS = -fPIC
|
|
|
|
# Override t-slibgcc-elf-ver to export some libgcc symbols with
|
|
# the symbol versions that glibc used.
|
|
SHLIB_MAPFILES += $(srcdir)/config/libgcc-glibc.ver
|