7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
|
# gdb gets confused if pic code is linked with non pic
|
||
|
# We cope by building variants of libgcc.
|
||
|
MULTILIB_OPTIONS = fpic
|
||
|
MULTILIB_MATCHES=fpic=fPIC
|
||
|
LIBGCC = stmp-multilib
|
||
|
INSTALL_LIBGCC = install-multilib
|