public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/20761] New: fastjar not correctly defined for cross compilers.
@ 2005-04-04 22:03 steve at netfuel dot com
  2005-04-04 22:04 ` [Bug java/20761] fastjar not correctly defined when compiling with " steve at netfuel dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: steve at netfuel dot com @ 2005-04-04 22:03 UTC (permalink / raw)
  To: java-prs

Compiler fails to build native compiler when using a cross compiler. Build tries
to use the java jar instead of $(target_noncanonical)-fastjar.

Here is the patch.
[steve@pascal libjava]$ cvs status configure.ac
===================================================================
File: configure.ac      Status: Locally Modified

   Working revision:    1.19.2.1
   Repository revision: 1.19.2.1        /cvsroot/gcc/gcc/libjava/configure.ac,v
   Sticky Tag:          gcc-4_0-branch (branch: 1.19.2)
   Sticky Date:         (none)
   Sticky Options:      (none)


Index: configure.ac
===================================================================
RCS file: /cvsroot/gcc/gcc/libjava/configure.ac,v
retrieving revision 1.19.2.1
diff -r1.19.2.1 configure.ac
1092c1092
<       ZIP=jar
---
>       ZIP='$(target_noncanonical)-fastjar'

-- 
           Summary: fastjar not correctly defined for cross compilers.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steve at netfuel dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: all
  GCC host triplet: all
GCC target triplet: all


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/20761] fastjar not correctly defined when compiling with cross compilers.
  2005-04-04 22:03 [Bug java/20761] New: fastjar not correctly defined for cross compilers steve at netfuel dot com
@ 2005-04-04 22:04 ` steve at netfuel dot com
  2005-04-04 22:17 ` [Bug libgcj/20761] " mckinlay at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: steve at netfuel dot com @ 2005-04-04 22:04 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|fastjar not correctly       |fastjar not correctly
                   |defined for cross compilers.|defined when compiling with
                   |                            |cross compilers.


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/20761] fastjar not correctly defined when compiling with cross compilers.
  2005-04-04 22:03 [Bug java/20761] New: fastjar not correctly defined for cross compilers steve at netfuel dot com
  2005-04-04 22:04 ` [Bug java/20761] fastjar not correctly defined when compiling with " steve at netfuel dot com
@ 2005-04-04 22:17 ` mckinlay at redhat dot com
  2005-04-04 22:19 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mckinlay at redhat dot com @ 2005-04-04 22:17 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|java                        |libgcj
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-04 22:17:59
               date|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/20761] fastjar not correctly defined when compiling with cross compilers.
  2005-04-04 22:03 [Bug java/20761] New: fastjar not correctly defined for cross compilers steve at netfuel dot com
  2005-04-04 22:04 ` [Bug java/20761] fastjar not correctly defined when compiling with " steve at netfuel dot com
  2005-04-04 22:17 ` [Bug libgcj/20761] " mckinlay at redhat dot com
@ 2005-04-04 22:19 ` cvs-commit at gcc dot gnu dot org
  2005-04-04 22:21 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-04 22:19 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-04 22:19 -------
Subject: Bug 20761

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bryce@gcc.gnu.org	2005-04-04 22:19:03

Modified files:
	libjava        : ChangeLog configure.ac configure 

Log message:
	2005-04-04  Steve Pribyl <steve@netfuel.com>
	
	PR libgcj/20761
	* configure.ac: Fix fastjar definition for cross builds.
	* configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3454&r2=1.3455
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.ac.diff?cvsroot=gcc&r1=1.25&r2=1.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&r1=1.259&r2=1.260



-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/20761] fastjar not correctly defined when compiling with cross compilers.
  2005-04-04 22:03 [Bug java/20761] New: fastjar not correctly defined for cross compilers steve at netfuel dot com
                   ` (2 preceding siblings ...)
  2005-04-04 22:19 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-04 22:21 ` cvs-commit at gcc dot gnu dot org
  2005-04-04 22:31 ` mckinlay at redhat dot com
  2005-04-20  2:19 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-04 22:21 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-04 22:21 -------
Subject: Bug 20761

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	bryce@gcc.gnu.org	2005-04-04 22:21:45

Modified files:
	libjava        : ChangeLog configure configure.ac 

Log message:
	2005-04-04  Steve Pribyl <steve@netfuel.com>
	
	PR libgcj/20761
	* configure.ac: Fix fastjar definition for cross builds.
	* configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.39&r2=1.3391.2.40
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.253.2.1&r2=1.253.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.ac.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.19.2.1&r2=1.19.2.2



-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/20761] fastjar not correctly defined when compiling with cross compilers.
  2005-04-04 22:03 [Bug java/20761] New: fastjar not correctly defined for cross compilers steve at netfuel dot com
                   ` (3 preceding siblings ...)
  2005-04-04 22:21 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-04 22:31 ` mckinlay at redhat dot com
  2005-04-20  2:19 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: mckinlay at redhat dot com @ 2005-04-04 22:31 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2005-04-04 22:31 -------
Thanks, I've checked in your patch for this. Note that in theory, fastjar should
be target-neutral, so I don't think it makes much sense to call it
$(target)-fastjar... oh well.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/20761] fastjar not correctly defined when compiling with cross compilers.
  2005-04-04 22:03 [Bug java/20761] New: fastjar not correctly defined for cross compilers steve at netfuel dot com
                   ` (4 preceding siblings ...)
  2005-04-04 22:31 ` mckinlay at redhat dot com
@ 2005-04-20  2:19 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20  2:19 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-20  2:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-04 22:03 [Bug java/20761] New: fastjar not correctly defined for cross compilers steve at netfuel dot com
2005-04-04 22:04 ` [Bug java/20761] fastjar not correctly defined when compiling with " steve at netfuel dot com
2005-04-04 22:17 ` [Bug libgcj/20761] " mckinlay at redhat dot com
2005-04-04 22:19 ` cvs-commit at gcc dot gnu dot org
2005-04-04 22:21 ` cvs-commit at gcc dot gnu dot org
2005-04-04 22:31 ` mckinlay at redhat dot com
2005-04-20  2:19 ` pinskia at gcc dot gnu dot org

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).