projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6f40b
)
binutils: fix toolchain build with texinfo-5.x.
author
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 8 Sep 2013 14:08:52 +0000
(16:08 +0200)
committer
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 8 Sep 2013 14:08:52 +0000
(16:08 +0200)
lfs/binutils
patch
|
blob
|
blame
|
history
diff --git
a/lfs/binutils
b/lfs/binutils
index bcfb0f2cb92c026fde9221c42a696298d226a900..08bc7c9b69a67ca1878253f9f5f31f0dcf25b15a 100644
(file)
--- a/
lfs/binutils
+++ b/
lfs/binutils
@@
-116,6
+116,10
@@
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) $(DIR_SRC)/binutils-build && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/binutils-2.22-pt-pax-flags-20111121.patch
+ # texinfo 5 syntax-fix.
+ cd $(DIR_APP) && sed -i -e "s/@colophon/@@colophon/" \
+ -e "s/doc@cygnus/doc@@cygnus/" bfd/doc/bfd.texinfo
+
@mkdir $(DIR_SRC)/binutils-build
# Prevent installing libiberty to lib64.