public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "billingd at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libobjc/14948] irix6.5 bootstrap fails in mabi=64/libobjc
Date: Thu, 15 Apr 2004 02:13:00 -0000	[thread overview]
Message-ID: <20040415014527.25296.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040413234932.14948.billingd@gcc.gnu.org>


------- Additional Comments From billingd at gcc dot gnu dot org  2004-04-15 01:45 -------
The problem was introduced just after 2004-04-09 12:24 UTC 
by the following change in libobjc:

2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>

  * configure.in: Replace old AC_PROG_CC hack with new one.
 Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
 are no subdirectory output files, so this is fine).  Change prereq
 to autoconf 2.59.
 * aclocal.m4: Include ../config/no-executables.m4.
 * configure: Regenerate with autoconf 2.59.

The CC definition in mips-sgi-irix6.5/mabi-64/libobjc/Makefile
has lost "-mabi=64" in the change.  Diff of entire Makefile below

--- gcc-j.1220/mips-sgi-irix6.5/mabi-64/libobjc/Makefile
+++ gcc-j.1225/mips-sgi-irix6.5/mabi-64/libobjc/Makefile
@@ -1,6 +1,5 @@
-# Generated automatically from Makefile.in by configure.
 # Makefile for GNU Objective C runtime library.
-# Copyright (C) 1993, 95-98, 1999, 2001, 2002, 2003, 2004
+# Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
 
 #This file is part of GCC.
@@ -33,19 +32,19 @@
 VPATH = /disk4/billingd/src/gcc-j/libobjc
 prefix = /disk4/billingd/tmp/gcc-j
 exec_prefix = ${prefix}
-target_alias = mips-sgi-irix6.5
+target_noncanonical = mips-sgi-irix6.5
 gcc_version = 3.5.0
 gcc_version_trigger = /disk4/billingd/src/gcc-j/libobjc/../gcc/version.c
 top_srcdir = /disk4/billingd/src/gcc-j/libobjc
-toplevel_srcdir = ${top_srcdir}/..
-toolexecdir = $(libdir)/gcc-lib/$(target_alias)
-glibcpp_toolexecdir = $(libdir)/gcc-lib/$(target_alias)
-glibcpp_toolexeclibdir = $(libdir)/mabi=64
+toplevel_srcdir = ${srcdir}/..
+toolexecdir = $(libdir)/gcc-lib/$(target_noncanonical)
+glibcpp_toolexecdir = $(libdir)/gcc-lib/$(target_noncanonical)
+glibcpp_toolexeclibdir = $(libdir)
 
 top_builddir = .
 
 libdir = $(exec_prefix)/lib
-libsubdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)
+libsubdir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)
 
 # Multilib support variables.
 MULTISRCTOP = 
@@ -67,7 +66,7 @@
 
 RANLIB = :
 
-CC = /disk4/billingd/obj/gcc-j/gcc/xgcc -B/disk4/billingd/obj/gcc-j/gcc/ -
B/disk4/billingd/tmp/gcc-j/mips-sgi-irix6.5/bin/ -B/disk4/billingd/tmp/gcc-
j/mips-sgi-irix6.5/lib/ -isystem /disk4/billingd/tmp/gcc-j/mips-sgi-
irix6.5/include -isystem /disk4/billingd/tmp/gcc-j/mips-sgi-irix6.5/sys-
include  -mabi=64
+CC = /disk4/billingd/obj/gcc-j/gcc/xgcc -B/disk4/billingd/obj/gcc-j/gcc/ -
B/disk4/billingd/tmp/gcc-j/mips-sgi-irix6.5/bin/ -B/disk4/billingd/tmp/gcc-
j/mips-sgi-irix6.5/lib/ -isystem /disk4/billingd/tmp/gcc-j/mips-sgi-
irix6.5/include -isystem /disk4/billingd/tmp/gcc-j/mips-sgi-irix6.5/sys-include
 CFLAGS = -O2 -g
 WARN_CFLAGS = -W -Wall -Wwrite-strings -Wstrict-prototypes
 GTHREAD_FLAGS=



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neroden at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14948


  parent reply	other threads:[~2004-04-15  1:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-14  0:01 [Bug bootstrap/14948] New: irix6.5 bootstrap fails in mabi=64/libobj billingd at gcc dot gnu dot org
2004-04-14  0:17 ` [Bug libobjc/14948] irix6.5 bootstrap fails in mabi=64/libobjc pinskia at gcc dot gnu dot org
2004-04-14  1:06 ` david dot billinghurst at comalco dot riotinto dot com dot au
2004-04-15  2:13 ` billingd at gcc dot gnu dot org [this message]
2004-04-15  3:41 ` [Bug libobjc/14948] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-04-15 17:39 ` neroden at gcc dot gnu dot org
2004-04-15 17:39 ` cvs-commit at gcc dot gnu dot org
2004-04-16  0:32 ` david dot billinghurst at comalco dot riotinto dot com dot au
2004-04-16 13:44 ` cvs-commit at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040415014527.25296.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).