public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs
@ 2003-08-21 19:23 dhazeghi at yahoo dot com
2003-08-21 19:25 ` [Bug bootstrap/12018] " dhazeghi at yahoo dot com
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-21 19:23 UTC (permalink / raw)
To: gcc-bugs
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12018
Summary: c4x should add target-newlib to noconfigdirs
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dhazeghi at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: c4x
Building mainline for c4x with a combined tree yields:
checking for a BSD compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
*** Newlib does not support CPU c4x
make: *** [configure-target-newlib] Error 1
Obviously, if newlib doesn't support c4x, toplevel configure shouldn't be trying to build it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug bootstrap/12018] c4x should add target-newlib to noconfigdirs
2003-08-21 19:23 [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs dhazeghi at yahoo dot com
@ 2003-08-21 19:25 ` dhazeghi at yahoo dot com
2003-08-21 19:34 ` pinskia at gcc dot gnu dot org
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-21 19:25 UTC (permalink / raw)
To: gcc-bugs
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12018
------- Additional Comments From dhazeghi at yahoo dot com 2003-08-21 19:25 -------
Created an attachment (id=4636)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4636&action=view)
patch to configure.in
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug bootstrap/12018] c4x should add target-newlib to noconfigdirs
2003-08-21 19:23 [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs dhazeghi at yahoo dot com
2003-08-21 19:25 ` [Bug bootstrap/12018] " dhazeghi at yahoo dot com
@ 2003-08-21 19:34 ` pinskia at gcc dot gnu dot org
2003-08-23 1:28 ` dhazeghi at yahoo dot com
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-21 19:34 UTC (permalink / raw)
To: gcc-bugs
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12018
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-21 19:34:15
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-21 19:34 -------
Dara submit the patch to gcc-patches@ and CC newlib@sources.redhat.com.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug bootstrap/12018] c4x should add target-newlib to noconfigdirs
2003-08-21 19:23 [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs dhazeghi at yahoo dot com
2003-08-21 19:25 ` [Bug bootstrap/12018] " dhazeghi at yahoo dot com
2003-08-21 19:34 ` pinskia at gcc dot gnu dot org
@ 2003-08-23 1:28 ` dhazeghi at yahoo dot com
2004-06-25 23:46 ` pinskia at gcc dot gnu dot org
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23 1:28 UTC (permalink / raw)
To: gcc-bugs
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12018
dhazeghi at yahoo dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.4 |---
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug bootstrap/12018] c4x should add target-newlib to noconfigdirs
2003-08-21 19:23 [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs dhazeghi at yahoo dot com
` (2 preceding siblings ...)
2003-08-23 1:28 ` dhazeghi at yahoo dot com
@ 2004-06-25 23:46 ` pinskia at gcc dot gnu dot org
2004-10-04 4:30 ` ralf_corsepius at rtems dot org
2004-10-04 11:49 ` pinskia at gcc dot gnu dot org
5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-25 23:46 UTC (permalink / raw)
To: gcc-bugs
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12018
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug bootstrap/12018] c4x should add target-newlib to noconfigdirs
2003-08-21 19:23 [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs dhazeghi at yahoo dot com
` (3 preceding siblings ...)
2004-06-25 23:46 ` pinskia at gcc dot gnu dot org
@ 2004-10-04 4:30 ` ralf_corsepius at rtems dot org
2004-10-04 11:49 ` pinskia at gcc dot gnu dot org
5 siblings, 0 replies; 7+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04 4:30 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From ralf_corsepius at rtems dot org 2004-10-04 04:30 -------
(In reply to comment #0)
> Obviously, if newlib doesn't support c4x, toplevel configure shouldn't be
> trying to build it.
I don't know which version of newlib you were using, when you submitted this PR,
but meanwhile newlib supports the c4x.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12018
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug bootstrap/12018] c4x should add target-newlib to noconfigdirs
2003-08-21 19:23 [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs dhazeghi at yahoo dot com
` (4 preceding siblings ...)
2004-10-04 4:30 ` ralf_corsepius at rtems dot org
@ 2004-10-04 11:49 ` pinskia at gcc dot gnu dot org
5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-04 11:49 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-04 11:49 -------
So closing as works for me.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12018
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-10-04 11:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21 19:23 [Bug bootstrap/12018] New: c4x should add target-newlib to noconfigdirs dhazeghi at yahoo dot com
2003-08-21 19:25 ` [Bug bootstrap/12018] " dhazeghi at yahoo dot com
2003-08-21 19:34 ` pinskia at gcc dot gnu dot org
2003-08-23 1:28 ` dhazeghi at yahoo dot com
2004-06-25 23:46 ` pinskia at gcc dot gnu dot org
2004-10-04 4:30 ` ralf_corsepius at rtems dot org
2004-10-04 11:49 ` 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).