Ticket #7824: gcc-cross-compiler.diff
File gcc-cross-compiler.diff, 551 bytes (added by , 13 years ago) |
---|
-
gcc/configure.ac
230 230 is_cross_compiler=yes 231 231 fi 232 232 233 # handle --enable-cross-compiler 234 AC_ARG_ENABLE(cross_compiler, 235 [ --enable-cross-compiler force building a cross-compiler], 236 FORCE_CROSS_COMPILER=$enableval, 237 FORCE_CROSS_COMPILER=no) 238 if test "${FORCE_CROSS_COMPILER}" = "yes"; then 239 is_cross_compiler=yes 240 fi 241 233 242 # Find the build and target subdir names. 234 243 GCC_TOPLEV_SUBDIRS 235 244