From 68940598208fa49509d95ba387da3dbc1f2cf735 Mon Sep 17 00:00:00 2001 From: an7s <an7s@git.zephyr-software.com> Date: Wed, 18 Mar 2015 19:35:13 +0000 Subject: [PATCH] HLX Former-commit-id: 040d372aa5e86317f63a1c6e90fb0f83b540e816 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e8d3a7604..36e8c25fa 100755 --- a/configure +++ b/configure @@ -1699,14 +1699,14 @@ if test "$enable_debugging" = yes; then OPTIMIZE=-g fi -EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} ${OPTIMIZE}" +EXTRA_CXXFLAGS="$(EXTRA_CXXFLAGS) $(OPTIMIZE)" -ac_config_files="$ac_config_files tools/Makefile tools/selective_cfi/Makefile tools/watch_syscall/Makefile tools/transforms/Makefile libIRDB/src/syscall/Makefile libIRDB/test/Makefile" +ac_config_files="$ac_config_files tools/Makefile tools/selective_cfi/Makefile tools/watch_syscall/Makefile tools/transforms/Makefile tools/cgc_hlx/Makefile libIRDB/src/syscall/Makefile libIRDB/test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -2417,6 +2417,7 @@ do "tools/selective_cfi/Makefile") CONFIG_FILES="$CONFIG_FILES tools/selective_cfi/Makefile" ;; "tools/watch_syscall/Makefile") CONFIG_FILES="$CONFIG_FILES tools/watch_syscall/Makefile" ;; "tools/transforms/Makefile") CONFIG_FILES="$CONFIG_FILES tools/transforms/Makefile" ;; + "tools/cgc_hlx/Makefile") CONFIG_FILES="$CONFIG_FILES tools/cgc_hlx/Makefile" ;; "libIRDB/src/syscall/Makefile") CONFIG_FILES="$CONFIG_FILES libIRDB/src/syscall/Makefile" ;; "libIRDB/test/Makefile") CONFIG_FILES="$CONFIG_FILES libIRDB/test/Makefile" ;; -- GitLab