VirtualBox

Ticket #10160: VirtualBox-OSE-4.1.8-gcc47.patch

File VirtualBox-OSE-4.1.8-gcc47.patch, 752 bytes (added by sergiomb, 13 years ago)

VirtualBox-OSE-4.1.8-gcc47.patch

  • configure

    From: Lubomir Rintel <lkundrak@v3.sk>
    Subject: [PATCH] Allow building with gcc-4.6
    same for gcc-4.7
    a b check_gcc()  
    413413      elif [ $cc_maj -lt 3 \
    414414             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
    415415             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    416              -o \( $cc_maj -eq 4 -a $cc_min -gt 6 \) \
     416             -o \( $cc_maj -eq 4 -a $cc_min -gt 7 \) \
    417417             -o $cc_maj -gt 4 ]; then
    418         log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<7"
     418        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8"
    419419        fail really
    420420      else
    421421        log_success "found version $cc_ver"

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