aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/t-sco5
blob: f92a62430cc8bcce8810fb4f8a8ea0ea3eee85a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# We multilib libgcc for -fPIC, to get real PIC code in it.
# NOTE: We must use -fPIC on crt{begi,end}.o else we get an RTLD error
# "cant set protections on segment of length blah at 0x8048000".
CRTSTUFF_T_CFLAGS   = -fPIC -fno-omit-frame-pointer

MULTILIB_OPTIONS    = fPIC
MULTILIB_DIRNAMES   = pic
MUTLILIB_EXCEPTIONS =
MULTILIB_MATCHES    = fPIC=fpic
MULTILIB_EXTRA_OPTS =

LIBGCC=stmp-multilib
INSTALL_LIBGCC=install-multilib

# See all the declarations.
FIXPROTO_DEFINES = -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=2