public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Does GCC 4.0.2 on IRIX 6.x require GNU as?
@ 2005-10-10 21:15 Albert Chin
  0 siblings, 0 replies; only message in thread
From: Albert Chin @ 2005-10-10 21:15 UTC (permalink / raw)
  To: gcc-help

According to http://gcc.gnu.org/install/specific.html#mips-sgi-irix6,
GNU as from GNU binutils 2.15 or later is required for debugging with
the O32 ABI. I'm building GCC 4.0.2 as follows:
  $ cd /opt/build
  $ bzip2 -dc /opt/src/devel/gcc-4.0.2/src/gcc-4.0.2.tar.bz2 | tar xf -
  $ mkdir gcc
  $ cd gcc
  $ /opt/build/gcc-4.0.2/configure --with-included-gettext \
  --enable-shared --enable-threads --enable-languages="c,c++"
  $ gmake bootstrap
  ...
  checking assembler for COMDAT group support... no
  checking assembler for COMDAT group support... no
  checking linker -Bstatic/-Bdynamic option... no
  checking assembler for explicit relocation support... yes
  *** This configuration requires the GNU assembler
  Bootstrapping the compiler

I don't really care about O32 but --disable-multilib disables O32 and
N64. Is the GNU assembler requirement above because O32 support is
enabled by default?

-- 
albert chin (china@thewrittenword.com)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-10 21:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-10 21:15 Does GCC 4.0.2 on IRIX 6.x require GNU as? Albert Chin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).