[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 15:28 --- fix-header has been removed for 4.5, so all bugs relating to it are gone. Most targets no longer use it, a few that used it were removed. -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2009-03-14 Thread vapier at gentoo dot org
--- Comment #8 from vapier at gentoo dot org 2009-03-15 05:27 --- this has been fixed for gcc-4.4 ... time to close the bug ? http://gcc.gnu.org/viewcvs?view=revrevision=136783 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33200

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2008-01-23 Thread aldot at gcc dot gnu dot org
--- Comment #7 from aldot at gcc dot gnu dot org 2008-01-23 10:43 --- I've fixed superH locally via \\ gcc PR33200 Index: gcc-4.3.0/gcc/config.gcc === --- gcc-4.3.0/gcc/config.gcc(revision 131628) +++

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2008-01-19 Thread aldot at gcc dot gnu dot org
--- Comment #4 from aldot at gcc dot gnu dot org 2008-01-19 12:37 --- Bruce, Can you please have a look. How is that ment to work? -- aldot at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2008-01-19 Thread aldot at gcc dot gnu dot org
--- Comment #5 from aldot at gcc dot gnu dot org 2008-01-19 14:14 --- Assuming build=i386-linux-*, host==target==sh4-linux-*, i.e. cross-compiling a native compiler for SuperH: -) sh*-* forces use_fixproto in config.gcc (why?) See config.gcc: line 2308 -) stmp-install-fixproto:

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2008-01-19 Thread bkorb at gnu dot org
--- Comment #6 from bkorb at gnu dot org 2008-01-19 17:23 --- fixincludes has nothing to do with fixproto, other than both working with fixing up headers and having names that start with fix. So, I know little about it and even less about canadian crosses. fix-header also starts with

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2008-01-18 Thread aldot at gcc dot gnu dot org
--- Comment #2 from aldot at gcc dot gnu dot org 2008-01-18 18:06 --- Confirmed. # Install supporting files for fixincludes to be run later. install-mkheaders: stmp-int-hdrs $(STMP_FIXPROTO) install-itoolsdirs \ macro_list fixinc_list [snip] if [ x$(STMP_FIXPROTO) != x ] ;

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2008-01-18 Thread aldot at gcc dot gnu dot org
--- Comment #3 from aldot at gcc dot gnu dot org 2008-01-18 18:38 --- fix-proto is never run, it seems: $ grep stmp- out.log echo timestamp stmp-fixinc echo timestamp stmp-int-hdrs echo timestamp stmp-install-fixproto if [ xstmp-install-fixproto != x ] ; then \ after