public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET
@ 2004-10-04  4:21 ralf_corsepius at rtems dot org
  2004-10-04  4:23 ` [Bug target/17822] " ralf_corsepius at rtems dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04  4:21 UTC (permalink / raw)
  To: gcc-bugs

gcc/config/avr/t-avr contains hard-coded values for
AR_FOR_TARGET and RANLIB_FOR_TARGETS

XXX_FOR_TARGET are supposed to be set by the configure script based on
configuration-time checks.

-- 
           Summary: avr: Hard-coded XXX_FOR_TARGET
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ralf_corsepius at rtems dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: avr*


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


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

* [Bug target/17822] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
@ 2004-10-04  4:23 ` ralf_corsepius at rtems dot org
  2004-10-14 16:42 ` ericw at evcohs dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ralf_corsepius at rtems dot org @ 2004-10-04  4:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ralf_corsepius at rtems dot org  2004-10-04 04:23 -------
Created an attachment (id=7275)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7275&action=view)
Remove {AR|RANLIB}_FOR_TARGET from t-avr


-- 


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


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

* [Bug target/17822] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
  2004-10-04  4:23 ` [Bug target/17822] " ralf_corsepius at rtems dot org
@ 2004-10-14 16:42 ` ericw at evcohs dot com
  2005-01-13  1:10 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericw at evcohs dot com @ 2004-10-14 16:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ericw at evcohs dot com


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


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

* [Bug target/17822] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
  2004-10-04  4:23 ` [Bug target/17822] " ralf_corsepius at rtems dot org
  2004-10-14 16:42 ` ericw at evcohs dot com
@ 2005-01-13  1:10 ` pinskia at gcc dot gnu dot org
  2005-04-06  5:35 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-13  1:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-13 01:10 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-13 01:10:05
               date|                            |


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


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

* [Bug target/17822] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (2 preceding siblings ...)
  2005-01-13  1:10 ` pinskia at gcc dot gnu dot org
@ 2005-04-06  5:35 ` cvs-commit at gcc dot gnu dot org
  2005-04-06  6:18 ` ralf dot corsepius at rtems dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-06  5:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-06 05:34 -------
Subject: Bug 17822

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	corsepiu@gcc.gnu.org	2005-04-06 05:34:30

Modified files:
	gcc            : ChangeLog 
	gcc/config/avr : t-avr 

Log message:
	2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
	
	PR target/17822
	* config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8160&r2=2.8161
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/t-avr.diff?cvsroot=gcc&r1=1.14&r2=1.15



-- 


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


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

* [Bug target/17822] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (3 preceding siblings ...)
  2005-04-06  5:35 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-06  6:18 ` ralf dot corsepius at rtems dot org
  2005-04-25  4:15 ` [Bug target/17822] [3.4/4.0 only] " cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ralf dot corsepius at rtems dot org @ 2005-04-06  6:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ralf dot corsepius at rtems dot org  2005-04-06 06:18 -------
OK to apply this patch to gcc-4.0, too?

-- 


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


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

* [Bug target/17822] [3.4/4.0 only] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (4 preceding siblings ...)
  2005-04-06  6:18 ` ralf dot corsepius at rtems dot org
@ 2005-04-25  4:15 ` cvs-commit at gcc dot gnu dot org
  2005-04-25  4:18 ` [Bug target/17822] [3.4 " corsepiu at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-25  4:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-25 04:14 -------
Subject: Bug 17822

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	corsepiu@gcc.gnu.org	2005-04-25 04:14:24

Modified files:
	gcc            : ChangeLog 
	gcc/config/avr : t-avr 

Log message:
	2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
	
	PR target/17822
	* config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.189&r2=2.7592.2.190
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/t-avr.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.14&r2=1.14.10.1



-- 


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


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

* [Bug target/17822] [3.4 only] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (5 preceding siblings ...)
  2005-04-25  4:15 ` [Bug target/17822] [3.4/4.0 only] " cvs-commit at gcc dot gnu dot org
@ 2005-04-25  4:18 ` corsepiu at gcc dot gnu dot org
  2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-04-25  4:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2005-04-25 04:18 -------
Fix applied as obvious to mainline, 4.0-branch and 3.4-branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4.4                       |---


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


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

* [Bug target/17822] [3.4 only] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (7 preceding siblings ...)
  2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
@ 2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
  2005-04-25  4:19 ` cvs-commit at gcc dot gnu dot org
  2005-04-25  4:44 ` cvs-commit at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-25  4:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4/4.0 only] avr: Hard-   |[3.4 only] avr: Hard-coded
                   |coded XXX_FOR_TARGET        |XXX_FOR_TARGET
   Target Milestone|---                         |3.4.4


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


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

* [Bug target/17822] [3.4 only] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (8 preceding siblings ...)
  2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
@ 2005-04-25  4:19 ` cvs-commit at gcc dot gnu dot org
  2005-04-25  4:44 ` cvs-commit at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-25  4:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-25 04:17 -------
Subject: Bug 17822

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	corsepiu@gcc.gnu.org	2005-04-25 04:17:34

Modified files:
	gcc            : ChangeLog 
	gcc/config/avr : t-avr 

Log message:
	2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
	
	PR target/17822
	* config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.842&r2=2.2326.2.843
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/t-avr.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.12&r2=1.12.20.1



-- 


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


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

* [Bug target/17822] [3.4 only] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (6 preceding siblings ...)
  2005-04-25  4:18 ` [Bug target/17822] [3.4 " corsepiu at gcc dot gnu dot org
@ 2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
  2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-25  4:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |3.4.4 4.0.1 4.1.0
   Target Milestone|---                         |3.4.4


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


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

* [Bug target/17822] [3.4 only] avr: Hard-coded XXX_FOR_TARGET
  2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
                   ` (9 preceding siblings ...)
  2005-04-25  4:19 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-25  4:44 ` cvs-commit at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-25  4:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-25 04:44 -------
Subject: Bug 17822

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	corsepiu@gcc.gnu.org	2005-04-25 04:44:15

Modified files:
	gcc            : ChangeLog config.gcc 

Log message:
	2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
	
	PR target/17822
	* config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.190&r2=2.7592.2.191
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.516.2.6&r2=1.516.2.7



-- 


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


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

end of thread, other threads:[~2005-04-25  4:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-04  4:21 [Bug target/17822] New: avr: Hard-coded XXX_FOR_TARGET ralf_corsepius at rtems dot org
2004-10-04  4:23 ` [Bug target/17822] " ralf_corsepius at rtems dot org
2004-10-14 16:42 ` ericw at evcohs dot com
2005-01-13  1:10 ` pinskia at gcc dot gnu dot org
2005-04-06  5:35 ` cvs-commit at gcc dot gnu dot org
2005-04-06  6:18 ` ralf dot corsepius at rtems dot org
2005-04-25  4:15 ` [Bug target/17822] [3.4/4.0 only] " cvs-commit at gcc dot gnu dot org
2005-04-25  4:18 ` [Bug target/17822] [3.4 " corsepiu at gcc dot gnu dot org
2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
2005-04-25  4:19 ` pinskia at gcc dot gnu dot org
2005-04-25  4:19 ` cvs-commit at gcc dot gnu dot org
2005-04-25  4:44 ` cvs-commit 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).