- Timestamp:
- Jun 9, 2017 10:39:51 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/configure (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r67280 r67315 2305 2305 2306 2306 # 2307 # Checks that i386-elf-gcc-3.4.6, i386-elf-gcc-3.4.3, i386-elf-gcc-3.4 or i386-elf-gcc2308 # is around to prevent confusion when the build fails in src/recompiler.2309 # Note. Keep the which order in sync with the $(which ) in src/recompiler/Makefile.kmk.2310 #2311 check_i386elfgcc()2312 {2313 test_header "i386-elf-gcc"2314 i386_elf_gcc=`which_wrapper i386-elf-gcc-3.4.6`2315 test -z "$i386_elf_gcc" && i386_elf_gcc=`which_wrapper i386-elf-gcc-3.4.3`2316 test -z "$i386_elf_gcc" && i386_elf_gcc=`which_wrapper i386-elf-gcc-3.4`2317 test -z "$i386_elf_gcc" && i386_elf_gcc=`which_wrapper i386-elf-gcc`2318 if test -z "$i386_elf_gcc"; then2319 echo " failed to find i386-elf-gcc"2320 fail2321 fi2322 log_success "found $i386_elf_gcc"2323 }2324 2325 2326 #2327 2307 # Show help 2328 2308 #
Note:
See TracChangeset
for help on using the changeset viewer.

