[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-06-21 Thread fche at gcc dot gnu dot org
--- Comment #10 from fche at gcc dot gnu dot org 2006-06-21 16:35 --- Subject: Bug 26473 Author: fche Date: Wed Jun 21 16:35:27 2006 New Revision: 114855 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114855 Log: 2006-06-21 Frank Ch. Eigler <[EMAIL PROTECTED]> PR 2127

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||346 nThis|| Summ

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-26 14:48 --- Confirmed, this is just like PR 25938 for libgomp. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread ralf dot corsepius at rtems dot org
--- Comment #2 from ralf dot corsepius at rtems dot org 2006-02-27 14:11 --- IMO, the cause is clear: The toplevel configure script is broken. Rationale: 1. libssp/* applies a standard automake-based configuration. i.e. includedir is supposed to be pointing to the final $includedir, i

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread ralf dot corsepius at rtems dot org
--- Comment #3 from ralf dot corsepius at rtems dot org 2006-02-27 14:12 --- Created an attachment (id=10920) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10920&action=view) Before mentioned patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26473

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread ralf dot corsepius at rtems dot org
--- Comment #4 from ralf dot corsepius at rtems dot org 2006-02-27 17:44 --- (From update of attachment 10920) Though I still think GCC's toplevel configure to be bugged and this to be fixing some of then, this patch doesn't solve the problems of this PR. withdrawn -- ralf dot cors

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread ralf dot corsepius at rtems dot org
--- Comment #5 from ralf dot corsepius at rtems dot org 2006-02-27 17:48 --- Created an attachment (id=10922) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10922&action=view) Move ssp headers into $(toolexeclibdir)/include This patch moves libssp's headers to $(toolexeclibdir)/in

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-27 22:29 --- Created an attachment (id=10927) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10927&action=view) Proposed patch -- mmitchel at gcc dot gnu dot org changed: What|Removed

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-28 00:29 --- Subject: Bug 26473 Author: mmitchel Date: Tue Feb 28 00:29:00 2006 New Revision: 111500 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111500 Log: PR 26473 * configure.ac (ACX_NONCANONICAL_

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-02-28 00:41 --- Subject: Bug 26473 Author: mmitchel Date: Tue Feb 28 00:41:19 2006 New Revision: 111501 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111501 Log: PR 26473 * configure.ac (ACX_NONCANONICAL_

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)

2006-02-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-28 01:10 --- Fixed in 4.1.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Stat