diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 10:46:14 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:31:27 -0400 |
commit | 3a829bc50c1da3163329356e561d5bf5b218ce35 (patch) | |
tree | 3ac1083eb792f32f739a1957c2a433afdb6305d1 /sim/bfin/configure | |
parent | 1bf5c34239398dac1452e064b7194869054cf398 (diff) | |
download | gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.zip gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.tar.gz gdb-3a829bc50c1da3163329356e561d5bf5b218ce35.tar.bz2 |
sim: unify general maintainer settings
Move these options up to the common dir so we only test & export
them once across all ports. This takes a page from the cgen maint
logic to make $(MAINT) work for non-automake Makefiles which will
allow us to merge it together.
Diffstat (limited to 'sim/bfin/configure')
-rwxr-xr-x | sim/bfin/configure | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sim/bfin/configure b/sim/bfin/configure index afbed8e..5f64567 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -601,9 +601,6 @@ SDL_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG -MAINT -MAINTAINER_MODE_FALSE -MAINTAINER_MODE_TRUE target_alias host_alias build_alias @@ -649,7 +646,6 @@ sim_default_model' ac_subst_files='' ac_user_opts=' enable_option_checking -enable_maintainer_mode enable_sim_default_model enable_sim_hardware ' @@ -1273,9 +1269,6 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-maintainer-mode - enable make rules and dependencies not useful (and - sometimes confusing) to the casual installer --enable-sim-default-model=model Specify default model to simulate --enable-sim-hardware=LIST @@ -1817,32 +1810,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } - # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then : - enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval -else - USE_MAINTAINER_MODE=no -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 -$as_echo "$USE_MAINTAINER_MODE" >&6; } - if test $USE_MAINTAINER_MODE = yes; then - MAINTAINER_MODE_TRUE= - MAINTAINER_MODE_FALSE='#' -else - MAINTAINER_MODE_TRUE='#' - MAINTAINER_MODE_FALSE= -fi - - MAINT=$MAINTAINER_MODE_TRUE - - - - - default_sim_default_model="bf537" # Check whether --enable-sim-default-model was given. if test "${enable_sim_default_model+set}" = set; then : @@ -3166,10 +3133,6 @@ LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs -if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then - as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 |