mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
5 lines
148 B
Plaintext
5 lines
148 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
|