public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin
@ 2005-05-02  0:38 pinskia at gcc dot gnu dot org
  2005-05-02  0:38 ` [Bug target/21325] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02  0:38 UTC (permalink / raw)
  To: gcc-bugs

Libjava should no longer fail to build on powerpc-darwin and really should be re-enabled.

-- 
           Summary: [4.0 Regression] libjava should be re-enabled for ppc-
                    darwin
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ppc-darwin


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


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

* [Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin
  2005-05-02  0:38 [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin pinskia at gcc dot gnu dot org
@ 2005-05-02  0:38 ` pinskia at gcc dot gnu dot org
  2005-05-02  0:39 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02  0:38 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.1


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


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

* [Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin
  2005-05-02  0:38 [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin pinskia at gcc dot gnu dot org
  2005-05-02  0:38 ` [Bug target/21325] " pinskia at gcc dot gnu dot org
@ 2005-05-02  0:39 ` pinskia at gcc dot gnu dot org
  2005-05-02 16:45 ` mckinlay at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02  0:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-02 00:39 -------
If I have time I will test the obvious patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-02 00:39:25
               date|                            |


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


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

* [Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin
  2005-05-02  0:38 [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin pinskia at gcc dot gnu dot org
  2005-05-02  0:38 ` [Bug target/21325] " pinskia at gcc dot gnu dot org
  2005-05-02  0:39 ` pinskia at gcc dot gnu dot org
@ 2005-05-02 16:45 ` mckinlay at redhat dot com
  2005-05-03 16:47 ` andreast at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mckinlay at redhat dot com @ 2005-05-02 16:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mckinlay at redhat dot com  2005-05-02 16:44 -------
It sounds like this is just a matter of testing that it really does work now.
Pinskia: If you could test/post a patch, that would be great.

-- 


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


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

* [Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin
  2005-05-02  0:38 [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-02 16:45 ` mckinlay at redhat dot com
@ 2005-05-03 16:47 ` andreast at gcc dot gnu dot org
  2005-05-06 18:27 ` cvs-commit at gcc dot gnu dot org
  2005-05-06 18:33 ` andreast at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: andreast at gcc dot gnu dot org @ 2005-05-03 16:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From andreast at gcc dot gnu dot org  2005-05-03 16:47 -------
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.341.2.2
diff -u -r1.341.2.2 configure.in
--- configure.in        21 Apr 2005 02:45:11 -0000      1.341.2.2
+++ configure.in        3 May 2005 16:45:18 -0000
@@ -364,7 +364,7 @@
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
   powerpc-*-darwin*)
-    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof ${libgcj}"
+    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
     ;;
   *-*-darwin*)
     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"


Tested on powerpc-apple-darwin7.9.0 with awt enabled. Built ok.

-- 


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


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

* [Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin
  2005-05-02  0:38 [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-03 16:47 ` andreast at gcc dot gnu dot org
@ 2005-05-06 18:27 ` cvs-commit at gcc dot gnu dot org
  2005-05-06 18:33 ` andreast at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-06 18:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-06 18:27 -------
Subject: Bug 21325

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	andreast@gcc.gnu.org	2005-05-06 18:27:45

Modified files:
	.              : ChangeLog configure configure.in 

Log message:
	2005-05-06  Andreas Tobler  <a.tobler@schweiz.ch>
	
	PR target/21325
	* configure.in (powerpc-*-darwin*): Remove ${libgcj} from noconfigdirs.
	* configure: Regenerated.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1057.2.11&r2=1.1057.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.204.2.3&r2=1.204.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.341.2.2&r2=1.341.2.3



-- 


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


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

* [Bug target/21325] [4.0 Regression] libjava should be re-enabled for ppc-darwin
  2005-05-02  0:38 [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-05-06 18:27 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-06 18:33 ` andreast at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: andreast at gcc dot gnu dot org @ 2005-05-06 18:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From andreast at gcc dot gnu dot org  2005-05-06 18:33 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-05-06 18:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-02  0:38 [Bug target/21325] New: [4.0 Regression] libjava should be re-enabled for ppc-darwin pinskia at gcc dot gnu dot org
2005-05-02  0:38 ` [Bug target/21325] " pinskia at gcc dot gnu dot org
2005-05-02  0:39 ` pinskia at gcc dot gnu dot org
2005-05-02 16:45 ` mckinlay at redhat dot com
2005-05-03 16:47 ` andreast at gcc dot gnu dot org
2005-05-06 18:27 ` cvs-commit at gcc dot gnu dot org
2005-05-06 18:33 ` andreast 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).