[committed] Add sym-exec subdirectory to configure.in rather than generated configure
Checks
Commit Message
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.
Jeff
commit 4df8e6fc0cbc8358f88e81bb64b790af2a848a35
Author: Jeff Law <jlaw@ventanamicro.com>
Date: Mon Dec 2 10:45:21 2024 -0700
[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.
@@ -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])