VirtualBox

Changeset 67315 in vbox for trunk


Ignore:
Timestamp:
Jun 9, 2017 10:39:51 AM (7 years ago)
Author:
vboxsync
Message:

configure: removed check_i386elfgcc() which is unused for a long time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r67280 r67315  
    23052305
    23062306#
    2307 # Checks that i386-elf-gcc-3.4.6, i386-elf-gcc-3.4.3, i386-elf-gcc-3.4 or i386-elf-gcc
    2308 # 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"; then
    2319     echo "  failed to find i386-elf-gcc"
    2320     fail
    2321   fi
    2322   log_success "found $i386_elf_gcc"
    2323 }
    2324 
    2325 
    2326 #
    23272307# Show help
    23282308#
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette