From: Jeff Law Date: Mon, 2 Dec 2024 17:45:21 +0000 (-0700) Subject: [committed] Add sym-exec subdirectory to configure.in rather than generated configure X-Git-Tag: basepoints/gcc-16~3683 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4df8e6fc0cbc8358f88e81bb64b790af2a848a35;p=thirdparty%2Fgcc.git [committed] Add sym-exec subdirectory to configure.in rather than generated configure As Marc pointed out one patch in the CRC series changed a generated file rather than the canonical source. This corrects the canonical source. Committing as obvious. The generated configure is already up-to-date. gcc/ * configure.ac: Add sym-exec subdirectory. --- diff --git a/gcc/configure.ac b/gcc/configure.ac index a6c650c8f3a9..e9bddc6db21f 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1381,7 +1381,7 @@ AC_CHECK_HEADERS(ext/hash_map) ZW_CREATE_DEPDIR AC_CONFIG_COMMANDS([gccdepdir],[ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/mkinstalldirs build/$DEPDIR - for lang in $subdirs c-family common analyzer text-art rtl-ssa + for lang in $subdirs c-family common analyzer text-art rtl-ssa sym-exec do ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/mkinstalldirs $lang/$DEPDIR done], [subdirs="$subdirs" ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR])