summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-08-08 09:12:37 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-08-08 09:12:37 +0000
commit2ca869443fcdd83380fc2a82ac0efbae5489ae72 (patch)
treed12e0e193c4c9669a73b3db714b247cd74e3fc2d
parent92793e9576ed4c6aa38b44c28ab5e336ea1329a6 (diff)
downloadgcc-5-2ca869443fcdd83380fc2a82ac0efbae5489ae72.tar.gz
- Fix typo in gcc-sh-bootstrap-ignore.diff
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8195 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r--debian/patches/gcc-sh-bootstrap-ignore.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/gcc-sh-bootstrap-ignore.diff b/debian/patches/gcc-sh-bootstrap-ignore.diff
index 0fa85da..18d763e 100644
--- a/debian/patches/gcc-sh-bootstrap-ignore.diff
+++ b/debian/patches/gcc-sh-bootstrap-ignore.diff
@@ -9,7 +9,7 @@
hppa*64*-*-hpux*) ;;
hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
-+ sh*-*linux-gnu) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | gcc/real$(objext)" ;;
++ sh*-*linux-gnu) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | gcc/real\$(objext)" ;;
esac
AC_SUBST(compare_exclusions)