public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "hjl at lucon dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/17290] Wrong Java dependencies are generated
Date: Thu, 02 Sep 2004 19:21:00 -0000	[thread overview]
Message-ID: <20040902192114.783.qmail@sourceware.org> (raw)
In-Reply-To: <20040902162732.17290.hjl@lucon.org>


------- Additional Comments From hjl at lucon dot org  2004-09-02 19:21 -------
This change may do the trick:

--- libjava/Makefile.am.1.9     2004-09-02 12:18:20.312025027 -0700
+++ libjava/Makefile.am 2004-09-02 12:19:43.744246843 -0700
@@ -138,6 +138,7 @@ ZIP = @ZIP@
 GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated
  
 GCJCOMPILE = $(LIBTOOL) --tag=GCJ --mode=compile $(GCJ_WITH_FLAGS) -fclasspath=
-fbootclasspath=$(here) $(JC1FLAGS) -MD -MT $@ -MF $(@:.lo=.d) -c
+LTGCJCOMPILE = $(GCJCOMPILE)
 GCJLINK = $(LIBTOOL) --tag=GCJ --mode=link $(GCJ) -L$(here) $(JC1FLAGS)
$(LDFLAGS) -o $@
 LIBLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXX) -L$(here) $(JC1FLAGS)
$(LDFLAGS) -o $@
  
--- libjava/Makefile.in.1.9     2004-09-02 12:18:20.340021410 -0700
+++ libjava/Makefile.in 2004-09-02 12:19:49.180544556 -0700
@@ -4130,6 +4130,7 @@ propdir = $(libdir)
 bin_SCRIPTS = addr2name.awk
 GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated
 GCJCOMPILE = $(LIBTOOL) --tag=GCJ --mode=compile $(GCJ_WITH_FLAGS) -fclasspath=
-fbootclasspath=$(here) $(JC1FLAGS) -MD -MT $@ -MF $(@:.lo=.d) -c
+LTGCJCOMPILE = $(GCJCOMPILE)
 GCJLINK = $(LIBTOOL) --tag=GCJ --mode=link $(GCJ) -L$(here) $(JC1FLAGS)
$(LDFLAGS) -o $@
 LIBLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXX) -L$(here) $(JC1FLAGS)
$(LDFLAGS) -o $@
 JAVAC = $(GCJ_WITH_FLAGS) -C


-- 


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


  parent reply	other threads:[~2004-09-02 19:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-02 16:27 [Bug java/17290] New: [3.5 Regression] " hjl at lucon dot org
2004-09-02 16:41 ` [Bug java/17290] " jsm at polyomino dot org dot uk
2004-09-02 16:50 ` [Bug java/17290] " hjl at lucon dot org
2004-09-02 16:53 ` jsm at polyomino dot org dot uk
2004-09-02 17:30 ` hjl at lucon dot org
2004-09-02 17:38 ` mckinlay at redhat dot com
2004-09-02 18:37 ` mckinlay at redhat dot com
2004-09-02 19:21 ` hjl at lucon dot org [this message]
2004-09-03  1:23 ` [Bug libgcj/17290] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-09-03 16:03 ` hjl at lucon dot org
2004-09-04  3:30 ` cvs-commit at gcc dot gnu dot org
2004-09-04  3:31 ` mckinlay at redhat dot com
2004-09-07  8:43 ` pinskia 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=20040902192114.783.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@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).