1952e2e1c1
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
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
|