< prev index next >

common/autoconf/generated-configure.sh

Print this page




4793 
4794 
4795 
4796 
4797 
4798 
4799 
4800 
4801 
4802 
4803 
4804 
4805 
4806 
4807 # This line needs to be here, verbatim, after all includes and the dummy hook
4808 # definitions. It is replaced with custom functionality when building
4809 # custom sources.
4810 #CUSTOM_AUTOCONF_INCLUDE
4811 
4812 # Do not change or remove the following line, it is needed for consistency checks:
4813 DATE_WHEN_GENERATED=1452261921
4814 
4815 ###############################################################################
4816 #
4817 # Initialization / Boot-strapping
4818 #
4819 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4820 # thus it jumps back and forth, each time gaining something needed later on.
4821 #
4822 ###############################################################################
4823 
4824 # If we are requested to print additional help, do that and then exit.
4825 # This must be the very first call.
4826 
4827   if test "x$CONFIGURE_PRINT_TOOLCHAIN_LIST" != x; then
4828     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4829     $PRINTF "Which are valid to use depends on the build platform.\n"
4830     for toolchain in $VALID_TOOLCHAINS_all; do
4831       # Use indirect variable referencing
4832       toolchain_var_name=TOOLCHAIN_DESCRIPTION_$toolchain
4833       TOOLCHAIN_DESCRIPTION=${!toolchain_var_name}




4793 
4794 
4795 
4796 
4797 
4798 
4799 
4800 
4801 
4802 
4803 
4804 
4805 
4806 
4807 # This line needs to be here, verbatim, after all includes and the dummy hook
4808 # definitions. It is replaced with custom functionality when building
4809 # custom sources.
4810 #CUSTOM_AUTOCONF_INCLUDE
4811 
4812 # Do not change or remove the following line, it is needed for consistency checks:
4813 DATE_WHEN_GENERATED=1452680653
4814 
4815 ###############################################################################
4816 #
4817 # Initialization / Boot-strapping
4818 #
4819 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4820 # thus it jumps back and forth, each time gaining something needed later on.
4821 #
4822 ###############################################################################
4823 
4824 # If we are requested to print additional help, do that and then exit.
4825 # This must be the very first call.
4826 
4827   if test "x$CONFIGURE_PRINT_TOOLCHAIN_LIST" != x; then
4828     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4829     $PRINTF "Which are valid to use depends on the build platform.\n"
4830     for toolchain in $VALID_TOOLCHAINS_all; do
4831       # Use indirect variable referencing
4832       toolchain_var_name=TOOLCHAIN_DESCRIPTION_$toolchain
4833       TOOLCHAIN_DESCRIPTION=${!toolchain_var_name}


< prev index next >