aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure
index fe6f1bd..9137c44 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -15843,6 +15843,10 @@ do
lang_specs_files="$lang_specs_files $srcdir/$subdir/lang-specs.h"
fi
;;
+ *)
+ # This language is not enabled; skip it.
+ continue
+ ;;
esac
if test -f $srcdir/$subdir/lang.opt; then