diff options
author | Ryan Prichard <rprichard@google.com> | 2018-02-26 21:33:27 -0800 |
---|---|---|
committer | Ryan Prichard <rprichard@google.com> | 2018-02-26 22:10:55 -0800 |
commit | e46354e85363dbd7ea85492f70af89273881709f (patch) | |
tree | 6c7705ea00899bb97598a389871a9ef8eb90e90f /build-gcc.sh | |
parent | 2cdcfd30c27f0d836cc477f2ae9f456287fd6b1b (diff) | |
download | toolchain_gcc-e46354e85363dbd7ea85492f70af89273881709f.tar.gz toolchain_gcc-e46354e85363dbd7ea85492f70af89273881709f.tar.bz2 toolchain_gcc-e46354e85363dbd7ea85492f70af89273881709f.zip |
Fix gcc 4.8.3 makeinfo build failure
/usr/local/google/home/rprichard/android/mingw/toolchain/gcc/gcc-4.8.3/gcc/doc/gcc.texi:88: warning: @tex should only appear at the beginning of a line
/usr/local/google/home/rprichard/android/mingw/toolchain/gcc/gcc-4.8.3/gcc/doc/gcc.texi:208: no matching `@end tex'
/usr/local/google/home/rprichard/android/mingw/toolchain/gcc/gcc-4.8.3/gcc/doc/gcc.texi:208: no matching `@end multitable'
/usr/local/google/home/rprichard/android/mingw/toolchain/gcc/gcc-4.8.3/gcc/doc/gcc.texi:208: no matching `@end titlepage'
Makefile:4353: recipe for target 'doc/gcc.info' failed
Even though it says "warning", the command exits unsuccessfully and fails
the build.
Adopt part of a patch from:
https://gcc.gnu.org/ml/gcc-patches/2013-09/msg02100.html
This change is already in our gcc-4.9 directory.
For reference, here's the makeinfo version on my machine:
$ makeinfo --version
texi2any (GNU texinfo) 6.4.90
Test: ./toolchain/mingw/build.sh (in AOSP mingw branch)
Change-Id: Ib740c39d127ac8a127c929465fdf89477698a5e4
Diffstat (limited to 'build-gcc.sh')
0 files changed, 0 insertions, 0 deletions