From 711cea9fc37e777487abc815730aacde2b00aef3 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 28 Jun 2016 17:04:56 +0200 Subject: Activate advanced debug information for arm, ia32. The configuration advanced debug is removed and now full debug information is also generated for ia32 and arm. Bug 17609 --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 2dc60d28..05e8c6f2 100755 --- a/configure +++ b/configure @@ -19,7 +19,6 @@ toolprefix='' target='' has_runtime_lib=true has_standard_headers=true -advanced_debug=false clightgen=false usage='Usage: ./configure [options] target @@ -119,7 +118,6 @@ case "$target" in asm_supports_cfi=false clinker="${toolprefix}dcc" libmath="-lm" - advanced_debug=true;; *) system="linux" cc="${toolprefix}gcc" @@ -130,7 +128,6 @@ case "$target" in casmruntime="${toolprefix}gcc -c -Wa,-mregnames" clinker="${toolprefix}gcc" libmath="-lm" - advanced_debug=true;; esac;; arm*-*) arch="arm" @@ -387,7 +384,6 @@ LIBMATH=$libmath HAS_RUNTIME_LIB=$has_runtime_lib HAS_STANDARD_HEADERS=$has_standard_headers ASM_SUPPORTS_CFI=$asm_supports_cfi -ADVANCED_DEBUG=$advanced_debug CLIGHTGEN=$clightgen EOF else -- cgit