f7c9c2bb24
* install.texi (sco3.2v5): Document new --with-gnu-as flag. * config/i386/sco5.h (JUMP_TABLES_IN_TEXT_SECTION): Defined as in other targets. (USE_GAS): Conditionalize away native assembler usage. * config/i386/sco5gas.h: New file. * config/i386/t-sco5gas: New file. * configure.in (ix86-sco3.2v5*): Use new files if --with-gnu-as From-SVN: r20890
17 lines
507 B
Plaintext
17 lines
507 B
Plaintext
# The pushl in CTOR initialization interferes with frame pointer elimination.
|
|
CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
|
|
CRTSTUFF_T_CFLAGS_S = -mcoff -fno-omit-frame-pointer
|
|
|
|
#
|
|
# I am still a little unsure of the multilib architecture. The following
|
|
# 4 lines are based on advice from meissner@cygnus.com.
|
|
#
|
|
MULTILIB_OPTIONS = fPIC
|
|
MULTILIB_DIRNAMES = pic
|
|
MULTILIB_EXCEPTIONS = *fPIC*
|
|
MULTILIB_MATCHES = fPIC=fpic
|
|
MULTILIB_EXTRA_OPTS =
|
|
|
|
LIBGCC=stmp-multilib
|
|
INSTALL_LIBGCC=install-multilib
|