]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[committed] Add sym-exec subdirectory to configure.in rather than generated configure
authorJeff Law <jlaw@ventanamicro.com>
Mon, 2 Dec 2024 17:45:21 +0000 (10:45 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Mon, 2 Dec 2024 17:45:21 +0000 (10:45 -0700)
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.

gcc/configure.ac

index a6c650c8f3a9a52f68930b55e9a16436d558dd3d..e9bddc6db21f2db52c457bed74de2253b99c614a 100644 (file)
@@ -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])