aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/configure
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-04-24 09:24:55 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2012-04-24 09:24:55 +0000
commitc1041240bf5e2e2b6bd5a6c285fee5c943c8b852 (patch)
tree0cc3e42c1d9fbe615e3546bff9c5300e410e7266 /fixincludes/configure
parent8eddb62513c8450dff7428a66b49135f2334cc5c (diff)
downloadgcc-c1041240bf5e2e2b6bd5a6c285fee5c943c8b852.zip
gcc-c1041240bf5e2e2b6bd5a6c285fee5c943c8b852.tar.gz
gcc-c1041240bf5e2e2b6bd5a6c285fee5c943c8b852.tar.bz2
fixincl.c (fix_with_system): Add missing specifier.
2012-04-24 Tristan Gingold <gingold@adacore.com> * fixincl.c (fix_with_system): Add missing specifier. * configure.ac: Default to twoprocess on vms. * configure: Regenerate. From-SVN: r186759
Diffstat (limited to 'fixincludes/configure')
-rwxr-xr-xfixincludes/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/fixincludes/configure b/fixincludes/configure
index 4a28cd1..ea889b8 100755
--- a/fixincludes/configure
+++ b/fixincludes/configure
@@ -4715,7 +4715,8 @@ else
i?86-*-msdosdjgpp* | \
i?86-*-mingw32* | \
x86_64-*-mingw32* | \
- *-*-beos* )
+ *-*-beos* | \
+ *-*-*vms*)
TARGET=twoprocess
;;