From cf6a6226ab92a66e827faa4f1c805256c071794d Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 24 Mar 2017 08:43:05 -0400 Subject: core: Remove embedded module support This has not worked for some time and is no longer actively maintained. Change-Id: I5110b0db69c152761b58fa025cb0a53b0e544d99 --- configure | 58 ---------------------------------------------------------- 1 file changed, 58 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 078020c5f..15f127b12 100755 --- a/configure +++ b/configure @@ -704,8 +704,6 @@ AST_NO_STRICT_OVERFLOW AST_FORTIFY_SOURCE AST_TRAMPOLINES AST_DECLARATION_AFTER_STATEMENT -GC_LDFLAGS -GC_CFLAGS AST_UNDEFINED_SANITIZER AST_LEAK_SANITIZER AST_THREAD_SANITIZER @@ -18920,62 +18918,6 @@ CFLAGS="${saved_sanitize_CFLAGS}" LDFLAGS="${saved_sanitize_LDFLAGS}" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ffunction-sections support" >&5 -$as_echo_n "checking for -ffunction-sections support... " >&6; } -saved_CFLAGS="${CFLAGS}" -CFLAGS="${CFLAGS} -ffunction-sections" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -int x = 1; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - saved_LDFLAGS="${LDFLAGS}" - LDFLAGS="${LDFLAGS} -Wl,--gc-sections" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --gc-sections support" >&5 -$as_echo_n "checking for --gc-sections support... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -int x = 1; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - GC_CFLAGS="-ffunction-sections" - GC_LDFLAGS="-Wl,--gc-sections" -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - LDFLAGS="${saved_LDFLAGS}" -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -CFLAGS="${saved_CFLAGS}" - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Wdeclaration-after-statement support" >&5 $as_echo_n "checking for -Wdeclaration-after-statement support... " >&6; } if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then -- cgit v1.2.3