initial import from Debian
version: 14.3.0-5 commit: bee30ab0fff2fd6af94c62376c8aa4221bb831e0
This commit is contained in:
39
debian/patches/gcc-gfdl-build.diff
vendored
Normal file
39
debian/patches/gcc-gfdl-build.diff
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# DP: Build a dummy s-tm-texi without access to the texinfo sources
|
||||
|
||||
--- a/src/gcc/Makefile.in
|
||||
+++ b/src/gcc/Makefile.in
|
||||
@@ -2757,32 +2757,8 @@ s-tm-texi: $(srcdir)/doc/../doc/tm.texi
|
||||
# \r is not portable to Solaris tr, therefore we have a special
|
||||
# case for ASCII. We use \r for other encodings like EBCDIC.
|
||||
s-tm-texi: build/genhooks$(build_exeext) $(srcdir)/doc/tm.texi.in
|
||||
- $(RUN_GEN) build/genhooks$(build_exeext) -d \
|
||||
- $(srcdir)/doc/tm.texi.in > tmp-tm.texi
|
||||
- case `echo X|tr X '\101'` in \
|
||||
- A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
|
||||
- *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
|
||||
- esac
|
||||
- mv tmp2-tm.texi tmp-tm.texi
|
||||
- $(SHELL) $(srcdir)/../move-if-change tmp-tm.texi tm.texi
|
||||
- @if cmp -s $(srcdir)/doc/tm.texi tm.texi; then \
|
||||
- $(STAMP) $@; \
|
||||
- elif test $(srcdir)/doc/tm.texi -nt $(srcdir)/doc/tm.texi.in \
|
||||
- && ( test $(srcdir)/doc/tm.texi -nt $(srcdir)/target.def \
|
||||
- || test $(srcdir)/doc/tm.texi -nt $(srcdir)/c-family/c-target.def \
|
||||
- || test $(srcdir)/doc/tm.texi -nt $(srcdir)/common/common-target.def \
|
||||
- || test $(srcdir)/doc/tm.texi -nt $(srcdir)/d/d-target.def \
|
||||
- || test $(srcdir)/doc/tm.texi -nt $(srcdir)/rust/rust-target.def \
|
||||
- ); then \
|
||||
- echo >&2 ; \
|
||||
- echo You should edit $(srcdir)/doc/tm.texi.in rather than $(srcdir)/doc/tm.texi . >&2 ; \
|
||||
- false; \
|
||||
- else \
|
||||
- echo >&2 ; \
|
||||
- echo Verify that you have permission to grant a GFDL license for all >&2 ; \
|
||||
- echo new text in $(objdir)/tm.texi, then copy it to $(srcdir)/doc/tm.texi. >&2 ; \
|
||||
- false; \
|
||||
- fi
|
||||
+ cat $(srcdir)/doc/tm.texi.in > tmp-tm.texi
|
||||
+ $(STAMP) $@
|
||||
|
||||
$(GIMPLE_MATCH_PD_SEQ_SRC): s-gimple-match gimple-match-head.cc; @true
|
||||
gimple-match-auto.h: s-gimple-match; @true
|
Reference in New Issue
Block a user