[committed] Add sym-exec subdirectory to configure.in rather than generated configure

Message ID 867b402c-09aa-4c30-a638-aadaa9659e3e@gmail.com
State Committed
Commit 4df8e6fc0cbc8358f88e81bb64b790af2a848a35
Headers
Series [committed] Add sym-exec subdirectory to configure.in rather than generated configure |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Jeff Law Dec. 2, 2024, 5:47 p.m. UTC
  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.
  

Patch

diff --git a/gcc/configure.ac b/gcc/configure.ac
index a6c650c8f3a..e9bddc6db21 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])