diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-14 22:01:26 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-29 22:45:03 +0000 |
commit | 8e166351b3079f19154666943673604382d9ec87 (patch) | |
tree | 177ff915c93f92481f7abbdd3bfc032528fb0dd7 /newlib/libc/machine/mn10300/configure | |
parent | 320510de2c786db271ab6fccea1b8c7ccb80e09f (diff) | |
download | newlib-8e166351b3079f19154666943673604382d9ec87.zip newlib-8e166351b3079f19154666943673604382d9ec87.tar.gz newlib-8e166351b3079f19154666943673604382d9ec87.tar.bz2 |
newlib: Regenerate autotools files
Diffstat (limited to 'newlib/libc/machine/mn10300/configure')
-rwxr-xr-x | newlib/libc/machine/mn10300/configure | 39 |
1 files changed, 33 insertions, 6 deletions
diff --git a/newlib/libc/machine/mn10300/configure b/newlib/libc/machine/mn10300/configure index a4a119a..0b0c1b7 100755 --- a/newlib/libc/machine/mn10300/configure +++ b/newlib/libc/machine/mn10300/configure @@ -589,9 +589,6 @@ NO_INCLUDE_LIST NEWLIB_CFLAGS CCASFLAGS CCAS -MAINT -MAINTAINER_MODE_FALSE -MAINTAINER_MODE_TRUE READELF RANLIB AR @@ -611,6 +608,9 @@ AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE am__untar am__tar AMTAR @@ -695,9 +695,9 @@ enable_newlib_elix_level enable_newlib_io_float enable_newlib_supplied_syscalls enable_newlib_fno_builtin +enable_maintainer_mode enable_silent_rules enable_dependency_tracking -enable_maintainer_mode ' ac_precious_vars='build_alias host_alias @@ -1333,12 +1333,12 @@ Optional Features: --disable-newlib-io-float disable printf/scanf family float support --disable-newlib-supplied-syscalls disable newlib from supplying syscalls --disable-newlib-fno-builtin disable -fno-builtin flag to allow compiler to use builtin library functions + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer --enable-silent-rules less verbose build output (undo: `make V=1') --disable-silent-rules verbose build output (undo: `make V=0') --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer Some influential environment variables: CCAS assembler compiler command (defaults to CC) @@ -2580,6 +2580,29 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + +{ $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 + + # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; @@ -3628,6 +3651,10 @@ if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +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 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 |