From 22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jan 2016 04:00:53 -0500 Subject: sim: drop --enable-sim-cflags option No other sub directory provides such a configuration option, so drop it from the sim dir as well. This cleans up a good bit of code in the process. If people want to use custom flags for just the sim, they can still run configure+make by hand in the sim subdir and use the normal CFLAGS settings. --- sim/bfin/ChangeLog | 4 ++++ sim/bfin/configure | 25 ++----------------------- 2 files changed, 6 insertions(+), 23 deletions(-) (limited to 'sim/bfin') diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 29e26e1..356d9ca 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2016-01-10 Mike Frysinger + + * configure: Regenerate. + 2016-01-09 Mike Frysinger * config.in, configure: Regenerate. diff --git a/sim/bfin/configure b/sim/bfin/configure index e88168c..3fc5195 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -613,7 +613,6 @@ sim_profile sim_trace sim_stdio sim_debug -sim_cflags MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE @@ -756,7 +755,6 @@ enable_fast_install with_gnu_ld enable_libtool_lock enable_maintainer_mode -enable_sim_cflags enable_sim_debug enable_sim_stdio enable_sim_trace @@ -1413,8 +1411,6 @@ Optional Features: --disable-libtool-lock avoid locking (might break parallel builds) --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer - --enable-sim-cflags=opts - Extra CFLAGS for use in building simulator --enable-sim-debug=opts Enable debugging flags (for developers of the sim itself) --enable-sim-stdio Specify whether to use stdio for console @@ -12884,7 +12880,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12887 "configure" +#line 12883 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12990,7 +12986,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12993 "configure" +#line 12989 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13258,23 +13254,6 @@ fi -# Check whether --enable-sim-cflags was given. -if test "${enable_sim_cflags+set}" = set; then : - enableval=$enable_sim_cflags; case "${enableval}" in - yes) sim_cflags="-O2 -fomit-frame-pointer";; - trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";; - no) sim_cflags="";; - *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;; -esac -if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then - echo "Setting sim cflags = $sim_cflags" 6>&1 -fi -else - sim_cflags="" -fi - - - # Check whether --enable-sim-debug was given. if test "${enable_sim_debug+set}" = set; then : enableval=$enable_sim_debug; case "${enableval}" in -- cgit v1.1