Home | History | Annotate | Download | only in contrib

Lines Matching refs:CONFIGURE

73 		 [configure]
119 # Configure for a build of GCC.
133 # Configure the tree.
134 echo "Configuring: ${DESTINATION}/configure ${CONFIGURE_OPTIONS}"
135 eval ${DESTINATION}/configure ${CONFIGURE_OPTIONS} || \
136 error "Could not configure the compiler"
221 # Options to pass to configure.
233 CONFIGURE=0
267 build) CONFIGURE=1; BOOTSTRAP=1;;
269 configure) CONFIGURE=1;;
302 # Configure to build the tree.
303 if [ ${CONFIGURE} -ne 0 ]; then