< prev index next >

common/autoconf/generated-configure.sh

Print this page




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




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


< prev index next >