[oe-commits] org.oe.dev gcc-4.1.1/sh3-installfix-fixheaders.patch : Fix of bug 1525

kristoffer commit openembedded-commits at lists.openembedded.org
Wed Jan 31 21:10:46 UTC 2007


gcc-4.1.1/sh3-installfix-fixheaders.patch : Fix of bug 1525
* When running the installation script in gcc it complains about
  missing the file build/fix-header. Its a known bug that has
  been fixed upstreams (but no patch). Its not quite clear what
  fix-header does, but for now we will remove the install lines.
* Added SRC_URI_append_sh3 for patch in gcc_4.1.1.bb

Author: kristoffer at openembedded.org
Branch: org.openembedded.dev
Revision: 102165bf97ff85a7db8d26d14d1b0e168c925582
ViewMTN: http://monotone.openembedded.org/revision.psp?id=102165bf97ff85a7db8d26d14d1b0e168c925582
Files:
1
packages/gcc/gcc-4.1.1/sh3-installfix-fixheaders.patch
packages/gcc/gcc_4.1.1.bb
Diffs:

#
# mt diff -r592a56e0371c86464c1d9160f3ce7e62402df570 -r102165bf97ff85a7db8d26d14d1b0e168c925582
#
# 
# 
# add_file "packages/gcc/gcc-4.1.1/sh3-installfix-fixheaders.patch"
#  content [2fbb26e2564a28c5de1119a3312d8d14b533b99d]
# 
# patch "packages/gcc/gcc_4.1.1.bb"
#  from [1c06176cea412c4da75e9a8a455e7d6941c18a46]
#    to [4f98317653b4d5fbfb0ce6b61ee126658ba14c5e]
# 
============================================================
--- packages/gcc/gcc-4.1.1/sh3-installfix-fixheaders.patch	2fbb26e2564a28c5de1119a3312d8d14b533b99d
+++ packages/gcc/gcc-4.1.1/sh3-installfix-fixheaders.patch	2fbb26e2564a28c5de1119a3312d8d14b533b99d
@@ -0,0 +1,11 @@
+--- gcc-4.1.1/gcc/Makefile.in_orig	2007-01-31 21:24:23.000000000 +0000
++++ gcc-4.1.1/gcc/Makefile.in	2007-01-31 21:24:43.000000000 +0000
+@@ -3772,8 +3772,6 @@
+ 	  $(INSTALL_SCRIPT) $(mkinstalldirs) \
+ 		$(DESTDIR)$(itoolsdir)/mkinstalldirs ; \
+ 	  $(INSTALL_SCRIPT) $(srcdir)/fixproto $(DESTDIR)$(itoolsdir)/fixproto ; \
+-	  $(INSTALL_PROGRAM) build/fix-header$(build_exeext) \
+-		$(DESTDIR)$(itoolsdir)/fix-header$(build_exeext) ; \
+ 	else :; fi
+ 	echo 'SYSTEM_HEADER_DIR="'"$(SYSTEM_HEADER_DIR)"'"' \
+ 		> $(DESTDIR)$(itoolsdatadir)/mkheaders.conf
============================================================
--- packages/gcc/gcc_4.1.1.bb	1c06176cea412c4da75e9a8a455e7d6941c18a46
+++ packages/gcc/gcc_4.1.1.bb	4f98317653b4d5fbfb0ce6b61ee126658ba14c5e
@@ -34,6 +34,7 @@ SRC_URI_append_fail-fast = " file://zeck
 	"
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
+SRC_URI_append_sh3  = " file://sh3-installfix-fixheaders.patch;patch=1 "
 
 #Set the fortran bits
 # 'fortran' or '', not 'f77' like gcc3 had






More information about the Openembedded-commits mailing list