f1cf4606f9
2001-07-13 Marc Espie <espie@cvs.openbsd.org> * config.gcc (*-*-openbsd*): Add fragment to compile libgcc correctly for shared configurations. * config/t-libgcc-pic: New. * config/{i386,m68k,sparc}/t-openbsd: New. * config/openbsd.h: Include cpu_spec in cpp_spec where needed. Support -shared. Support debugging libraries with -g. * config/i386/openbsd.h: Correct ASM_COMMENT_START. Ensure dwarf2 frame information does not emit pointer diffs. * config/sparc/openbsd.h: Ensure dwarf2 frame information does not emit pointer diffs. From-SVN: r43988
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
|