From d78435c369bcf4de92938bc86192b112fd849a3c Mon Sep 17 00:00:00 2001
From: dnguyen <dnguyen@git.zephyr-software.com>
Date: Mon, 18 May 2015 19:52:36 +0000
Subject: [PATCH] Add cgc_rigrandom to tools build

Former-commit-id: 683ea6d9ec1a95229dcd1f4c0d5fe8424cf69295
---
 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 6c4a3e04f..eed3a193f 100755
--- a/configure
+++ b/configure
@@ -1717,7 +1717,7 @@ EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS $OPTIMIZE"
 
 
 
-ac_config_files="$ac_config_files tools/Makefile tools/fix_rets/Makefile tools/selective_cfi/Makefile tools/c2e/Makefile tools/simple_cdi/Makefile tools/watch_syscall/Makefile tools/transforms/Makefile tools/cgc_hlx/Makefile tools/meds2pdb/Makefile tools/cover/Makefile tools/safefr/Makefile tools/fptr_shadow/Makefile tools/ret_shadow_stack/Makefile tools/spasm/Makefile libMEDSannotation/src/Makefile libMEDSannotation/Makefile libIRDB/src/syscall/Makefile libIRDB/test/Makefile libIRDB/Makefile libIRDB/src/Makefile xform/Makefile libtransform/src/Makefile"
+ac_config_files="$ac_config_files tools/Makefile tools/fix_rets/Makefile tools/selective_cfi/Makefile tools/c2e/Makefile tools/cgc_rigrandom/Makefile tools/simple_cdi/Makefile tools/watch_syscall/Makefile tools/transforms/Makefile tools/cgc_hlx/Makefile tools/meds2pdb/Makefile tools/cover/Makefile tools/safefr/Makefile tools/fptr_shadow/Makefile tools/ret_shadow_stack/Makefile tools/spasm/Makefile libMEDSannotation/src/Makefile libMEDSannotation/Makefile libIRDB/src/syscall/Makefile libIRDB/test/Makefile libIRDB/Makefile libIRDB/src/Makefile xform/Makefile libtransform/src/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -2428,6 +2428,7 @@ do
     "tools/fix_rets/Makefile") CONFIG_FILES="$CONFIG_FILES tools/fix_rets/Makefile" ;;
     "tools/selective_cfi/Makefile") CONFIG_FILES="$CONFIG_FILES tools/selective_cfi/Makefile" ;;
     "tools/c2e/Makefile") CONFIG_FILES="$CONFIG_FILES tools/c2e/Makefile" ;;
+    "tools/cgc_rigrandom/Makefile") CONFIG_FILES="$CONFIG_FILES tools/cgc_rigrandom/Makefile" ;;
     "tools/simple_cdi/Makefile") CONFIG_FILES="$CONFIG_FILES tools/simple_cdi/Makefile" ;;
     "tools/watch_syscall/Makefile") CONFIG_FILES="$CONFIG_FILES tools/watch_syscall/Makefile" ;;
     "tools/transforms/Makefile") CONFIG_FILES="$CONFIG_FILES tools/transforms/Makefile" ;;
-- 
GitLab