1# We multilib libgcc for -fPIC, to get real PIC code in it.
2# NOTE: We must use -fPIC on crt{begi,end}.o else we get an RTLD error
3# "cant set protections on segment of length blah at 0x8048000".
4CRTSTUFF_T_CFLAGS   = -fPIC -fno-omit-frame-pointer
5
6MULTILIB_OPTIONS    = fPIC
7MULTILIB_DIRNAMES   = pic
8MULTILIB_MATCHES    = fPIC=fpic
9MULTILIB_EXTRA_OPTS =
10
11LIBGCC=stmp-multilib
12INSTALL_LIBGCC=install-multilib
13
14# See all the declarations.
15FIXPROTO_DEFINES = -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=2
16