diff options
author | Jeff Law <jlaw@ventanamicro.com> | 2024-12-02 10:45:21 -0700 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2024-12-02 10:45:21 -0700 |
commit | 4df8e6fc0cbc8358f88e81bb64b790af2a848a35 (patch) | |
tree | 0c21f5b4530b7c948edc958fdb589f2e00646f61 | |
parent | 4c857e9c0270a5e71b1f6e9d6d40962f7fef95b9 (diff) | |
download | gcc-4df8e6fc0cbc8358f88e81bb64b790af2a848a35.zip gcc-4df8e6fc0cbc8358f88e81bb64b790af2a848a35.tar.gz gcc-4df8e6fc0cbc8358f88e81bb64b790af2a848a35.tar.bz2 |
[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.
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index a6c650c..e9bddc6 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]) |